summaryrefslogtreecommitdiff
path: root/world/map/npc/031-1/house.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/031-1/house.txt')
-rw-r--r--world/map/npc/031-1/house.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt
deleted file mode 100644
index 7e086986..00000000
--- a/world/map/npc/031-1/house.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-// here is based on the queststatus for the rescue Cindy quest, if the player can enter
-// player can enter, if Cindy is already saved and the player has been invited, quest status > 2
-// author: Jenalya
-
-031-1,95,80,0|script|#Door|45,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;
- end;
-}