12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
//SetLocalInt(oPC, "haggle", 0);
|
||
|
CreateItemOnObject("insurance", oPC);
|
||
|
TakeGoldFromCreature(40000, oPC);
|
||
|
SetLocalInt(oPC, "refund", 40000);
|
||
|
PlaySound("it_coins");
|
||
|
}
|