diff options
Diffstat (limited to 'npc/005-4/shop.txt')
-rw-r--r-- | npc/005-4/shop.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index d73bc152a..01ec2d57d 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -30,5 +30,18 @@ OnClock0004: restoreshopitem TolchiAmmoBox, -1, 4; restoreshopitem LousyMoccasins, -1, 4; restoreshopitem TrainingBow, -1, 3; + end; + + +// Pay your taxes! +OnBuyItem: + debugmes("Purchase confirmed"); + PurchaseTaxes(); + end; + +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes(); + end; } |