blob: e25cab12df21937d66dcd23c5d92bad4882cc2d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// TMW2 scripts.
// Author:
// Saulc
// Jesusalva
// Description:
// Jerican gives the player latest news on the world
003-1,93,125,0 script Jerican NPC_JOURNALMAN,{
Journalman(.name$);
OnInit:
.sex = G_MALE;
.distance = 5;
end;
}
|