From d7e4d928941cae2cb2796beefc1dfbf5b8e47deb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Oct 2018 14:49:23 -0300 Subject: Handle properly first stage of teleport block --- npc/021-1/logic.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/021-1/logic.txt') diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index b57844cb0..f631fc844 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -6,11 +6,16 @@ // 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; + if ($@CINDY_STATE > gettimetick(2) || $@CINDY_STATE == 0) goto L_Safe; + if ($@CINDY_STATE % 2 == 0) goto L_Blocked; + warp "021-2", 80, 102; end; L_Blocked: dispbottom l("This place is reeking blood. We better come again later."); end; + +L_Safe: + dispbottom l("There's no reason to enter these caves now."); + end; } -- cgit v1.2.3-60-g2f50