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/core.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 npc/006-3/core.txt (limited to 'npc/006-3/core.txt') diff --git a/npc/006-3/core.txt b/npc/006-3/core.txt new file mode 100644 index 000000000..ca5a6f9ca --- /dev/null +++ b/npc/006-3/core.txt @@ -0,0 +1,15 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-3,46,26,0 script Magic Barrier#0063 NPC_HIDDEN,0,0,{ + end; + +OnTouch: + //warp "006-3", 49, 52; + specialeffect(5000, SELF, .name$); + dispbottom l("The power which lies in Candor rejects your strength."); + sleep2(3000); + specialeffect(5002, SELF, .name$); + end; +} -- cgit v1.2.3-70-g09d2