summaryrefslogtreecommitdiff
path: root/npc/017-1/signs.txt
blob: 2f3f5a644e3f796b10438721811bd07cb9eb0952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
// 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("→ Unused House");
    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("← Dimond's Cove, Potion Maker");
    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("→ Transcendence Gate");
    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;
}