diff options
Diffstat (limited to 'npc/guild/prtg_cas01.txt')
-rw-r--r-- | npc/guild/prtg_cas01.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/prtg_cas01.txt b/npc/guild/prtg_cas01.txt index bdb5e5161..a56d83f68 100644 --- a/npc/guild/prtg_cas01.txt +++ b/npc/guild/prtg_cas01.txt @@ -120,13 +120,8 @@ prtg_cas01,15,209,0 script #switch_Pt01 111,{ mes " "; mes "There's a small lever. Will you pull it? "; next; - switch(select("Pull.:Do not.")) { - case 1: - warp "prtg_cas01",112,183; - break; - case 2: - break; - } + if(select("Pull.:Do not.") == 2) close; + warp "prtg_cas01",112,183; end; } |