From 5994a28a51deb506df694364c275ce25fca6cf03 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Sep 2019 16:58:56 -0300 Subject: Ask for a tax of 0.05% when selling items --- npc/012-1/shoppakep.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index a55e36554..5da112f34 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -76,4 +76,10 @@ OnBuyItem: debugmes("Purchase confirmed"); PurchaseTaxes("Hurns"); end; + +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes("Hurns"); + end; } + -- cgit v1.2.3-60-g2f50