// 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; OnInit: .sex = G_OTHER; .distance = 3; end; } 004-2,81,23,0 script Sign#TempBugfix NPC_SWORDS_SIGN,{ if (countitem(DesertTablet)) goto L_Tablet; mesc l("Impossible to read."); close; L_Tablet: mes l("The %s shines with a strange light...", getitemlink(DesertTablet)); next; closeclientdialog; cwarp "001-3", 117, 135; close; OnInit: .sex = G_OTHER; .distance = 3; end; }