#include "x0_i0_partywide" void main() { // Get the PC who is in this conversation. object oPC = GetPCSpeaker(); GiveXPToAll(oPC, 10); SetLocalString(oPC, "krlstf2", "1"); // Give the speaker the items CreateItemOnObject("karlsstaff2", GetPCSpeaker(), 1); }