diff options
Diffstat (limited to 'npc/guild/gefg_cas01.txt')
-rw-r--r-- | npc/guild/gefg_cas01.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/gefg_cas01.txt b/npc/guild/gefg_cas01.txt index 80fbbf439..72c339b8b 100644 --- a/npc/guild/gefg_cas01.txt +++ b/npc/guild/gefg_cas01.txt @@ -115,13 +115,8 @@ gefg_cas01,152,117,0 script #switch_G01 111,{ mes " "; mes "There's a small lever. Will you pull it? "; next; - switch(select("Pull.:Do not.")) { - case 1: - warp "gefg_cas01",40,49; - break; - case 2: - break; - } + if(select("Pull.:Do not.") == 2) close; + warp "gefg_cas01",40,49; end; } |