summaryrefslogtreecommitdiff
path: root/npc/001-3/ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-3/ctrl.txt')
-rw-r--r--npc/001-3/ctrl.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/001-3/ctrl.txt b/npc/001-3/ctrl.txt
new file mode 100644
index 000000000..cbe473276
--- /dev/null
+++ b/npc/001-3/ctrl.txt
@@ -0,0 +1,13 @@
+// TMW2 Script.
+// Author:
+// Jesusalva
+// Description:
+// None
+
+001-3,127,64,0 script #PatreonTower NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ if (is_sponsor()) warp "003-0-2", 35, 42;
+ end;
+}
+