summaryrefslogtreecommitdiff
path: root/npc/001-14/ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-14/ctrl.txt')
-rw-r--r--npc/001-14/ctrl.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/001-14/ctrl.txt b/npc/001-14/ctrl.txt
new file mode 100644
index 000000000..f676b90cc
--- /dev/null
+++ b/npc/001-14/ctrl.txt
@@ -0,0 +1,16 @@
+// TMW2 script
+// Author:
+// Jesusalva
+// Description:
+// Magic Olympics
+
+001-14,91,90,0 script #MOLY_Sign00 NPC_NO_SPRITE,{
+ dispbottom l("Welcome to Porthos - The Town of Portals (Kaizei's æther / Moubootaur Legends)");
+ end;
+
+OnInit:
+ .distance=2;
+ end;
+}
+
+