From 224e6b764b0b4422e866d2a6f5e150b9daf05975 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Sep 2019 08:52:52 -0300 Subject: Inar now charge taxes. New function: shop2(). In future, Shop#bazar1 will move to type HIDDEN and will have a placeholder instead to use shop2() functions. --- npc/003-1/inar.txt | 2 +- npc/003-1/shop.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/003-1') diff --git a/npc/003-1/inar.txt b/npc/003-1/inar.txt index 54bcd1687..8311c8ad5 100644 --- a/npc/003-1/inar.txt +++ b/npc/003-1/inar.txt @@ -12,7 +12,7 @@ l("Leave"), L_Close; closedialog; - shop "Shop#bazar1"; + shop2 "Shop#bazar1"; close; L_Close: diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 56f386f37..cf51a70fa 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -44,5 +44,17 @@ OnClock0000: restoreshopitem CroconutBox, rand(2800,3050), 6; restoreshopitem EmptyBottle, 3; restoreshopitem EmptyBox, 4; + end; + +// Pay your taxes! +OnBuyItem: + debugmes("Purchase confirmed"); + PurchaseTaxes(); + end; + +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes(); + end; } -- cgit v1.2.3-60-g2f50