// 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;
}