blob: df2252b99a9e0861e66b29870fbbd31dea81f6d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// TMW2 Script.
// Author:
// Jesusalva
// Description:
// Random Sign nobody bothers reading.
019-1,67,30,0 script Sign#01916730 NPC_SWORDS_SIGN,{
mesc l("WARNING: Nivalis is currently under siege from the Monster King himself."), 3;
next;
mesc l("We've built this blockade to prevent this area from being overrun with monsters!");
/*
next;
mesc l("WARNING: Path temporaly closed due strong snowstorm."), 3;
*/
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
|