From c2fb8568a79a9545f1b80182ef57283e08bf8279 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 23 Feb 2018 19:45:43 -0300 Subject: Missing files --- npc/002-1/doors.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 npc/002-1/doors.txt (limited to 'npc/002-1/doors.txt') diff --git a/npc/002-1/doors.txt b/npc/002-1/doors.txt new file mode 100644 index 000000000..14b32518b --- /dev/null +++ b/npc/002-1/doors.txt @@ -0,0 +1,15 @@ +// TMW2 Scripts. +// Author: +// Jesusalva +// Description: +// Doors NPCs. + +002-1,72,30,0 script AreaNPC#002-1d NPC_HIDDEN,0,0,{ + +OnTouch: + if (LOCATION$ == "") + warp "002-3", 42, 26; + else + warp "002-3@"+LOCATION$, 42, 26; + close; +} -- cgit v1.2.3-60-g2f50