summaryrefslogtreecommitdiff
path: root/npc/005-4/shop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-4/shop.txt')
-rw-r--r--npc/005-4/shop.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt
index d39930105..01ec2d57d 100644
--- a/npc/005-4/shop.txt
+++ b/npc/005-4/shop.txt
@@ -32,5 +32,16 @@ OnClock0004:
restoreshopitem TrainingBow, -1, 3;
end;
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
}