From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/functions/slot_machine.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/slot_machine.txt') diff --git a/world/map/npc/functions/slot_machine.txt b/world/map/npc/functions/slot_machine.txt index 5d7e1ee6..ebf72471 100644 --- a/world/map/npc/functions/slot_machine.txt +++ b/world/map/npc/functions/slot_machine.txt @@ -6,8 +6,7 @@ function|script|SlotMachine|, next; menu "Pull", L_Play, - "Maybe later", -; - close; + "Maybe later", L_Close; L_Play: if(countitem("CasinoCoins") < 1) @@ -37,4 +36,7 @@ L_Lost: L_NoCoin: mes "Insert coin"; close; + +L_Close: + close; } -- cgit v1.2.3-60-g2f50