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