summaryrefslogtreecommitdiff
path: root/npc/024-15
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-15')
-rw-r--r--npc/024-15/lilanna.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt
index 5c349a9b8..ce4698c68 100644
--- a/npc/024-15/lilanna.txt
+++ b/npc/024-15/lilanna.txt
@@ -61,6 +61,7 @@ L_Loop:
next;
break;
case 4:
+ npcshopattach(.name$);
openshop();
closeclientdialog;
end;
@@ -175,5 +176,16 @@ OnInit:
OnClock2358:
restoreshopitem BrokenWarpCrystal, 50000, 1;
end;
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
}