From d7534c8fe946258a831b91ccf3099e4fcee5e688 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Jan 2020 22:49:10 -0300 Subject: Enforcement --- npc/017-1/drowned_man.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/017-1') diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index d565c7788..f111ae1fc 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -71,6 +71,7 @@ close; OnWarn: + @lofcanjump=true; npctalkonce l("@@, don't jump there! It may be fatal!", strcharinfo(0)); end; @@ -96,6 +97,12 @@ OnInit: // Of course, I could use a blackbox too, but this is not the purpose. // You don't want to solve the map hint, then you'll solve my formula!! /tableflip 017-1,162,226,0 script #JumpArea01 NPC_NO_SPRITE,0,0,{ + // Do you want to jump? + if (!@lofcanjump) { + dispbottom l("What interesting water. Just don't ask me why."); + end; + } + // Are you in the bridge? if (!isin("017-1", 158, 222, 1)) { dispbottom l("I'm too far to jump there."); -- cgit v1.2.3-60-g2f50