summaryrefslogtreecommitdiff
path: root/npc/guild/prtg_cas05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guild/prtg_cas05.txt')
-rw-r--r--npc/guild/prtg_cas05.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/prtg_cas05.txt b/npc/guild/prtg_cas05.txt
index 887d22872..0fd95ab2e 100644
--- a/npc/guild/prtg_cas05.txt
+++ b/npc/guild/prtg_cas05.txt
@@ -118,13 +118,8 @@ prtg_cas05,281,176,0 script #switch_Pt05 111,{
mes " ";
mes "There's a small lever. Will you pull it? ";
next;
- switch(select("Pull.:Do not.")) {
- case 1:
- warp "prtg_cas05",36,38;
- break;
- case 2:
- break;
- }
+ if(select("Pull.:Do not.") == 2) close;
+ warp "prtg_cas05",36,38;
end;
}