// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Igor gives the player latest news on the world

012-1,126,59,0	script	Igor	NPC_JOURNALMAN,{
    Journalman(.name$);

OnInit:
    .sex = G_MALE;
    .distance = 5;
    end;
}