From b38bbf1e865ccb7c7538c58a6f2a25f677950662 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 May 2018 15:12:08 -0300 Subject: Master slot machine --- npc/003-10/slots.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/003-10/slots.txt') diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index f88a0c732..2ad1d5419 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -42,6 +42,7 @@ L_Menu: menu rif(countitem(CasinoCoins) >= 1, l("Spin!")), L_Spin, l("Prizes"), L_Info, + l("Trade"), L_Trade, l("Leave"), L_Quit; L_Info: @@ -80,6 +81,11 @@ L_Spin: } goto L_Menu; +L_Trade: + openshop; + closedialog; + close; + L_Quit: close; -- cgit v1.2.3-70-g09d2