// TMW2 scripts. // Author: // Saulc // Jesusalva // Description: // Harry gives the player latest news on the world 019-2,92,116,0 script Harry NPC_JOURNALMAN,{ Journalman(.name$); OnInit: .sex = G_MALE; .distance = 5; end; }