From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/000-1/exit.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 npc/000-1/exit.txt (limited to 'npc/000-1/exit.txt') diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt new file mode 100644 index 00000000..a3c4f6c7 --- /dev/null +++ b/npc/000-1/exit.txt @@ -0,0 +1,18 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Special Soul Menhir which only allows leaving the map. + +000-1,22,22,0 script Emergency Exit NPC_NO_SPRITE,2,2,{ +OnTouch: +OnTalk: +OnTalkNearby: + if (Sex) + warp "029-2", 25, 24; + else + warp "029-2", 22, 24; + end; + +} + -- cgit v1.2.3-60-g2f50