diff options
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r-- | npc/000-1/exit.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt new file mode 100644 index 000000000..1c7dad6de --- /dev/null +++ b/npc/000-1/exit.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Special Soul Menhir which only allows leaving the map. + +000-1,78,110,0 script Emergency Exit NPC_SOUL_CURSED,{ +OnTouch: +OnTalk: +OnTalkNearby: + savepoint "002-1", 53, 38; + warp "002-1", 53, 38; + close; + +} + |