From 72911cb6fa70a9498f2c783a472f90d2c7d9d546 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 16 Apr 2020 03:11:02 -0300 Subject: This should include 006-2 Piou Isles in system --- npc/006-3/piouisle.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/006-3/piouisle.txt (limited to 'npc/006-3/piouisle.txt') diff --git a/npc/006-3/piouisle.txt b/npc/006-3/piouisle.txt new file mode 100644 index 000000000..110e9f87c --- /dev/null +++ b/npc/006-3/piouisle.txt @@ -0,0 +1,24 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-3,41,36,0 script Sign#0063PI NPC_SWORDS_SIGN,{ + mesc l("*the text is too faded out to read*"); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warp +006-3,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{ + end; + +OnTouch: + //warp "006-2", 49, 53; + //dispbottom l("Please use the warp to the right"); + dispbottom l("This area is not yet ready. Please use the portal to the right instead."); + end; +} -- cgit v1.2.3-60-g2f50