summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-23 19:45:43 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-23 19:45:43 -0300
commitc2fb8568a79a9545f1b80182ef57283e08bf8279 (patch)
treec5dda0e71a79e880ddec2f8bccfce437d0f9a8ea /npc/002-4
parent07d4122a9da62bc05b555369040cae4730ca6035 (diff)
downloadserverdata-c2fb8568a79a9545f1b80182ef57283e08bf8279.tar.gz
serverdata-c2fb8568a79a9545f1b80182ef57283e08bf8279.tar.bz2
serverdata-c2fb8568a79a9545f1b80182ef57283e08bf8279.tar.xz
serverdata-c2fb8568a79a9545f1b80182ef57283e08bf8279.zip
Missing files
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/doors.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/002-4/doors.txt b/npc/002-4/doors.txt
new file mode 100644
index 000000000..b8162cdd1
--- /dev/null
+++ b/npc/002-4/doors.txt
@@ -0,0 +1,15 @@
+// TMW2 Scripts.
+// Author:
+// Jesusalva
+// Description:
+// Doors NPCs.
+
+002-4,19,27,0 script AreaNPC#002-4d NPC_HIDDEN,0,0,{
+
+OnTouch:
+ if (LOCATION$ == "")
+ warp "002-3", 43, 28;
+ else
+ warp "002-3@"+LOCATION$, 43, 28;
+ close;
+}