summaryrefslogtreecommitdiff
path: root/npc/021-4/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-4/doors.txt')
-rw-r--r--npc/021-4/doors.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/021-4/doors.txt b/npc/021-4/doors.txt
new file mode 100644
index 000000000..d45397041
--- /dev/null
+++ b/npc/021-4/doors.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// The Mana World Team
+// Jesusalva
+// Description:
+// Cave logic
+
+021-4,43,19,0 script #Leave0214 NPC_NO_SPRITE,0,0,{
+ if ($@CINDY_STATE % 2 == 0) goto L_Blocked;
+ warp "021-3", 24, 123;
+ end;
+
+L_Blocked:
+ dispbottom l("You cannot leave this room until either ALL yetis are dead, or you are dead yourself.");
+ end;
+}