summaryrefslogtreecommitdiff
path: root/npc/012-1/igor.txt
blob: dfd9b9bc56cd2aebcdab438df8c6a3852aff0253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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;
}