blob: 4c100bf8752ff16dc7eac829acd63d89c1245f17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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;
}
|