From 35690c372b854014c2fad5f7b80502df962c6087 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jun 2020 19:59:06 -0300 Subject: Inar is GUILTY of the crime of TAX EVASION --- npc/003-1/inar.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; } -- cgit v1.2.3-70-g09d2