From 731149e6a8136c18be34e4ec13fa1d19728c1b99 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Oct 2018 14:23:58 -0300 Subject: Mapflags for Caves --- npc/021-1/logic.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 npc/021-1/logic.txt (limited to 'npc/021-1/logic.txt') 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; +} -- cgit v1.2.3-70-g09d2