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.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/031-1/house.txt b/npc/031-1/house.txt
new file mode 100644
index 00000000..642be608
--- /dev/null
+++ b/npc/031-1/house.txt
@@ -0,0 +1,9 @@
+
+031-1,95,80,0 script #Door NPC45,0,0,{
+ if (getq(KaizeiQuest_Cindy) > 3)
+ warp "031-2", 23, 28;
+ else
+ message strcharinfo(0), l("Door : ##BThe door is locked.");
+ end;
+}
+