summaryrefslogtreecommitdiff
path: root/npc/004-1/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-1/sign.txt')
-rw-r--r--npc/004-1/sign.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/004-1/sign.txt b/npc/004-1/sign.txt
new file mode 100644
index 000000000..4c0057355
--- /dev/null
+++ b/npc/004-1/sign.txt
@@ -0,0 +1,19 @@
+// TMW2 Script.
+// Author:
+// Jesusalva
+// Description:
+// Sign
+
+004-1,65,74,0 script Sign#HalinarzoGoto NPC_SWORDS_SIGN,{
+ mesc "↑ "+l("Tulimshar");
+ mesc "→ "+l("Halinarzo Route");
+ mesc "← "+l("Tulimshar Beach");
+ mesc "↓ "+l("Tulimshar Mines");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+