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