diff options
Diffstat (limited to 'npc/guild/prtg_cas03.txt')
-rw-r--r-- | npc/guild/prtg_cas03.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/prtg_cas03.txt b/npc/guild/prtg_cas03.txt index 408b03123..255372e47 100644 --- a/npc/guild/prtg_cas03.txt +++ b/npc/guild/prtg_cas03.txt @@ -121,13 +121,8 @@ prtg_cas03,193,130,0 script #switch_Pt03 111,{ mes " "; mes "There's a small lever. Will you pull it? "; next; - switch(select("Pull.:Do not.")) { - case 1: - warp "prtg_cas03",51,101; - break; - case 2: - break; - } + if(select("Pull.:Do not.") == 2) close; + warp "prtg_cas03",51,101; end; } |