diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-05 16:39:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-05 16:39:05 -0300 |
commit | d703a6d88ee4e9e9a75a43bdee29e7856c2eef43 (patch) | |
tree | f5758ec02fd71b51c77975d124d50f83022a762b /npc/005-5/nylo.txt | |
parent | e00e54f503ed48e5896d47bb91877dd406a029f4 (diff) | |
download | serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.gz serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.bz2 serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.xz serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.zip |
Taxes on Candor!
Diffstat (limited to 'npc/005-5/nylo.txt')
-rw-r--r-- | npc/005-5/nylo.txt | 13 |
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; + } |