summaryrefslogtreecommitdiff
path: root/npc/005-5/nylo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-5/nylo.txt')
-rw-r--r--npc/005-5/nylo.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt
index 91b04e71c..18c3d3148 100644
--- a/npc/005-5/nylo.txt
+++ b/npc/005-5/nylo.txt
@@ -204,5 +204,18 @@ OnClock1800:
OnClock0004:
restoreshopitem Beer, 320, 100;
end;
+
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
+
}