summaryrefslogtreecommitdiff
path: root/npc/024-9/barkeeper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-9/barkeeper.txt')
-rw-r--r--npc/024-9/barkeeper.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/024-9/barkeeper.txt b/npc/024-9/barkeeper.txt
index 2d9f09122..3bfe518a9 100644
--- a/npc/024-9/barkeeper.txt
+++ b/npc/024-9/barkeeper.txt
@@ -7,6 +7,7 @@
// Temporary Sprite
024-9,39,31,0 script Bar Jobs NPC_DWARF_TRADER,{
hello;
+ npcshopattach(.name$);
shop .name$;
close;
@@ -29,5 +30,16 @@ OnClock2358:
restoreshopitem ClothoLiquor, (($ARKIM_ST-4000)/500)+1;
end;
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
+
}