summaryrefslogtreecommitdiff
path: root/npc/021-1/logic.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-18 14:23:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-18 14:23:58 -0300
commit731149e6a8136c18be34e4ec13fa1d19728c1b99 (patch)
tree2403f0ba431eaee9d8a8a2d0bdb9d0bd4f172efe /npc/021-1/logic.txt
parentbcbdd7540c1983e1069d5ada169f259bc65cea59 (diff)
downloadserverdata-731149e6a8136c18be34e4ec13fa1d19728c1b99.tar.gz
serverdata-731149e6a8136c18be34e4ec13fa1d19728c1b99.tar.bz2
serverdata-731149e6a8136c18be34e4ec13fa1d19728c1b99.tar.xz
serverdata-731149e6a8136c18be34e4ec13fa1d19728c1b99.zip
Mapflags for Caves
Diffstat (limited to 'npc/021-1/logic.txt')
-rw-r--r--npc/021-1/logic.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt
new file mode 100644
index 000000000..b57844cb0
--- /dev/null
+++ b/npc/021-1/logic.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// The Mana World Team
+// Jesusalva
+// Description:
+// Cave logic
+
+021-1,155,196,0 script #MainLogic NPC_NOSPRITE,0,0,{
+ if ($@CINDY_STATE == 0) goto L_Blocked;
+ //warp "031-4", 40, 70;
+ end;
+
+L_Blocked:
+ dispbottom l("This place is reeking blood. We better come again later.");
+ end;
+}