// TMW2 Script. // Author: // Jesusalva // Description: // Error Handler 004-2,64,63,0 script Sign#HalinRoute NPC_SWORDS_SIGN,{ mesc "← "+l("Tulimshar"); mesc "→ "+l("Canyon - Safe Route"); mesc "↓ "+l("Canyon - Dangerous Route"); close; close; OnInit: .sex = G_OTHER; .distance = 3; end; }