summaryrefslogtreecommitdiff
path: root/npc/012-1/igor.txt
blob: d0767da9a7e5b873babfb1487a70888d05ca956a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Igor gives the player latest news on the world

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

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