void main() { object oPC = GetPCSpeaker(); AssignCommand(oPC, TakeGoldFromCreature(3000, oPC, TRUE)); CreateItemOnObject("adamantinemace", oPC, 1); }