summaryrefslogtreecommitdiff
path: root/npc/guild/payg_cas03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guild/payg_cas03.txt')
-rw-r--r--npc/guild/payg_cas03.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/guild/payg_cas03.txt b/npc/guild/payg_cas03.txt
index b9e9839d6..b5a9a4ccc 100644
--- a/npc/guild/payg_cas03.txt
+++ b/npc/guild/payg_cas03.txt
@@ -117,13 +117,8 @@ payg_cas03,163,167,0 script #switch_Py03 111,{
mes " ";
mes "There's a small lever. Will you pull it? ";
next;
- switch(select("Pull.:Do not.")) {
- case 1:
- warp "payg_cas03",50,261;
- break;
- case 2:
- break;
- }
+ if(select("Pull.:Do not.") == 2) close;
+ warp "payg_cas03",50,261;
end;
}