summaryrefslogblamecommitdiff
path: root/npc/017-1/signs.txt
blob: cbedf30f69b5adf9b23d03e42669457de7084df3 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                      
             

                                                               


                                        
          









                                                               



                                          
          









                                                               



                                             
          











                                                               


                                                   
          






                   



                                                       


                                      









                                                               

                                      









                                                       


                                                   







                   
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Easier navigation on LoF Village

// Main Signs
017-1,71,96,0	script	Northwest Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("Unused House");
    mesc "→ "+l("Northeast Avenue");
    mesc "↓ "+l("Inn, Dimond's Cove");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}


017-1,114,96,0	script	Northeast Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("Houses, Exit");
    mesc "← "+l("Northwest Avenue");
    mesc "→ "+l("Tech-User Forge");
    mesc "↓ "+l("Unused House, Market");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}


017-1,114,147,0	script	Southeast Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("↑ Houses, Soul Menhir");
    mesc "← "+l("Dimond's Cove");
    mesc "→ "+l("Market Place");
    mesc "↓ "+l("Houses, Lake Of Tears");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}




017-1,71,147,0	script	Southwest Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("Inn, Houses, Northwest Avenue");
    mesc "← "+l("Alchemy Shop");
    mesc "→ "+l("Market Place");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}


// Misc signs
017-1,71,110,0	script	West Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("Northwest Avenue");
    mesc "← "+l("Fire Breath Inn");
    mesc "↓ "+l("Southwest Avenue");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

017-1,114,63,0	script	North Avenue#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "→ "+l("Dead End");
    mesc "↓ "+l("Northeast Avenue");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}

017-1,212,67,0	script	Signpost#lof	NPC_NO_SPRITE,{
    mesn;
    mesc "↑ "+l("↑ Town Hall, Noble District");
    mesc "← "+l("Land Of Fire Village");
    mesc "↓ "+l("Transcendence Gate");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}