diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-02 16:58:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-02 16:58:56 -0300 |
commit | 5994a28a51deb506df694364c275ce25fca6cf03 (patch) | |
tree | 337e1c9299cab0d7b7cc27d17d648228db010835 /npc/012-1/shoppakep.txt | |
parent | 465510eb35a32d065c28e86036ab73dd11a663e7 (diff) | |
download | serverdata-5994a28a51deb506df694364c275ce25fca6cf03.tar.gz serverdata-5994a28a51deb506df694364c275ce25fca6cf03.tar.bz2 serverdata-5994a28a51deb506df694364c275ce25fca6cf03.tar.xz serverdata-5994a28a51deb506df694364c275ce25fca6cf03.zip |
Ask for a tax of 0.05% when selling items
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r-- | npc/012-1/shoppakep.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; } + |