diff options
Diffstat (limited to 'npc/guild/prtg_cas02.txt')
-rw-r--r-- | npc/guild/prtg_cas02.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/prtg_cas02.txt b/npc/guild/prtg_cas02.txt index a80a47047..fd58ff74d 100644 --- a/npc/guild/prtg_cas02.txt +++ b/npc/guild/prtg_cas02.txt @@ -121,13 +121,8 @@ prtg_cas02,207,228,0 script #switch_Pt02 111,{ mes " "; mes "There's a small lever. Will you pull it? "; next; - switch(select("Pull.:Do not.")) { - case 1: - warp "prtg_cas02",94,62; - break; - case 2: - break; - } + if(select("Pull.:Do not.") == 2) close; + warp "prtg_cas02",94,62; end; } |