diff options
Diffstat (limited to 'npc/024-15/lilanna.txt')
-rw-r--r-- | npc/024-15/lilanna.txt | 12 |
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; } |