diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/004-1/sign.txt | 19 |
2 files changed, 20 insertions, 0 deletions
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; +} + |