void main() { // Give the speaker the items object oPC = GetPCSpeaker(); AssignCommand(oPC, TakeGoldFromCreature(3000, oPC, TRUE)); CreateItemOnObject("nw_maarcl026", oPC, 1); }