void main() { object oPC = GetPCSpeaker(); //SetLocalInt(oPC, "haggle", 0); CreateItemOnObject("insurance", oPC); TakeGoldFromCreature(30000, oPC); SetLocalInt(oPC, "refund", 30000); PlaySound("it_coins"); }