AOC_PRC8/_module/nss/shop_insurance.nss

12 lines
231 B
Plaintext
Raw Normal View History

2025-04-03 11:24:16 -04:00
void main()
{
object oPC = GetPCSpeaker();
//SetLocalInt(oPC, "haggle", 0);
CreateItemOnObject("insurance", oPC);
TakeGoldFromCreature(40000, oPC);
SetLocalInt(oPC, "refund", 40000);
PlaySound("it_coins");
}