From f2952583f5f5082c002cfe154760a18761a63ada Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Aug 2019 16:26:33 -0300 Subject: Add a sign on 004-1 pointing to Tulimshar. Regenerate maps. --- npc/004-1/_import.txt | 1 + npc/004-1/sign.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 npc/004-1/sign.txt (limited to 'npc/004-1') diff --git a/npc/004-1/_import.txt b/npc/004-1/_import.txt index a98e3d86b..f53a35438 100644 --- a/npc/004-1/_import.txt +++ b/npc/004-1/_import.txt @@ -4,3 +4,4 @@ "npc/004-1/_warps.txt", "npc/004-1/anwar.txt", "npc/004-1/elanore.txt", +"npc/004-1/sign.txt", 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; +} + -- cgit v1.2.3-60-g2f50