blob: e25cab12df21937d66dcd23c5d92bad4882cc2d6 (
plain) (
tree)
|
|
// TMW2 scripts.
// Author:
// Saulc
// Jesusalva
// Description:
// Jerican gives the player latest news on the world
003-1,93,125,0 script Jerican NPC_JOURNALMAN,{
Journalman(.name$);
OnInit:
.sex = G_MALE;
.distance = 5;
end;
}
|