generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/shop_insurance2.nss
Normal file
11
_module/nss/shop_insurance2.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
//SetLocalInt(oPC, "haggle", 0);
|
||||
CreateItemOnObject("insurance", oPC);
|
||||
TakeGoldFromCreature(30000, oPC);
|
||||
SetLocalInt(oPC, "refund", 30000);
|
||||
PlaySound("it_coins");
|
||||
}
|
||||
Reference in New Issue
Block a user