blob: b4a494204c890ee9faeb7473ae3789254b23ee98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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, but who knows for how long this will last.");
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
|