summaryrefslogtreecommitdiff
path: root/npc/031-1/house.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-1/house.txt')
-rw-r--r--npc/031-1/house.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/npc/031-1/house.txt b/npc/031-1/house.txt
index 690d6da0..642be608 100644
--- a/npc/031-1/house.txt
+++ b/npc/031-1/house.txt
@@ -1,11 +1,9 @@
031-1,95,80,0 script #Door NPC45,0,0,{
- if (QL_CINDY == 3 || QL_CINDY == 4)
- goto L_Warp;
- message strcharinfo(0), "Door : ##BThe door is locked.";
- end;
-
-L_Warp:
- warp "031-2", 23, 28;
+ if (getq(KaizeiQuest_Cindy) > 3)
+ warp "031-2", 23, 28;
+ else
+ message strcharinfo(0), l("Door : ##BThe door is locked.");
end;
}
+