diff options
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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; } |