summaryrefslogblamecommitdiff
path: root/npc/004-2/bug.txt
blob: 4c100bf8752ff16dc7eac829acd63d89c1245f17 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                   




                                                         







                   
// 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;
}