summaryrefslogtreecommitdiff
path: root/npc/006-2-2/ctrl.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-16 03:11:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-16 03:11:02 -0300
commit72911cb6fa70a9498f2c783a472f90d2c7d9d546 (patch)
treec40eaf1395020325726e47b4420c74ac1fca3f33 /npc/006-2-2/ctrl.txt
parentcf6f23636fc842574fbc5e626c1dd06a7eff98fc (diff)
downloadserverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.gz
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.bz2
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.xz
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.zip
This should include 006-2 Piou Isles in system
Diffstat (limited to 'npc/006-2-2/ctrl.txt')
-rw-r--r--npc/006-2-2/ctrl.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/006-2-2/ctrl.txt b/npc/006-2-2/ctrl.txt
new file mode 100644
index 000000000..4288cdc25
--- /dev/null
+++ b/npc/006-2-2/ctrl.txt
@@ -0,0 +1,13 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+006-2-2,35,24,0 script #PiouGate NPC_HIDDEN,1,0,{
+ end;
+
+OnTouch:
+ // TODO Checks
+ dispbottom l("This gate is still sealed.");
+ end;
+}
+