blob: 93599d6fe5725c8b20fc3cae6891febc2dee0633 (
plain) (
tree)
|
|
// TMW2 Script.
// Author:
// Jesusalva
// Description:
// Random Sign nobody bothers reading.
019-1,67,30,0 script Sign#01916730 NPC_SWORDS_SIGN,{
if (!$NIVALIS_LIBDATE) {
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.");
} else {
mesc l("The city is still under repairs, but town square is safe already."), 1;
}
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
|