From 07fb34f601fd339dc59f7be91968db075116232d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 01:23:37 -0300 Subject: Tulimshar Inn --- npc/003-10/slots.txt | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) (limited to 'npc/003-10') diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index c3e845b27..add4b10e0 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -42,8 +42,8 @@ L_Menu: menu rif(countitem(CasinoCoins) >= 1, l("Spin!")), L_Spin, l("Prizes"), L_Info, - l("Trade"), L_Trade, - l("Leave"), L_Quit; + l("Leave"), -; + close; L_Info: mes ""; @@ -82,37 +82,9 @@ L_Spin: next; goto L_Menu; -L_Trade: - openshop; - closedialog; - close; - -L_Quit: - close; - OnInit: .sex = G_OTHER; .distance = 4; - tradertype(NST_CUSTOM); - - sellitem MercBoxA, 940; - sellitem JeansShorts, 820; - sellitem ElixirOfLife, 150; - sellitem PoisonArrow, 30; - sellitem StrangeCoin, 5; end; - -OnCountFunds: - setcurrency(countitem(CasinoCoins)); - end; - -OnPayFunds: - if( countitem(CasinoCoins) < @price ) - end; - delitem CasinoCoins,@price; - purchaseok(); - end; - - } -- cgit v1.2.3-70-g09d2