diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-22 19:59:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-22 19:59:06 -0300 |
commit | 35690c372b854014c2fad5f7b80502df962c6087 (patch) | |
tree | 00ce2a63def496731ecb183e98aad50b5516fcc6 | |
parent | 6e36e0d716da254dca584367f97d5a34ce00b99a (diff) | |
download | serverdata-35690c372b854014c2fad5f7b80502df962c6087.tar.gz serverdata-35690c372b854014c2fad5f7b80502df962c6087.tar.bz2 serverdata-35690c372b854014c2fad5f7b80502df962c6087.tar.xz serverdata-35690c372b854014c2fad5f7b80502df962c6087.zip |
Inar is GUILTY of the crime of TAX EVASION
-rw-r--r-- | npc/003-1/inar.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-1/inar.txt b/npc/003-1/inar.txt index 8311c8ad5..f80c8c52d 100644 --- a/npc/003-1/inar.txt +++ b/npc/003-1/inar.txt @@ -32,4 +32,15 @@ OnInit: .sex = G_MALE; .distance = 5; end; + +// Pay your taxes! +OnBuyItem: + debugmes("Purchase confirmed"); + PurchaseTaxes(); + end; + +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes(); + end; } |