blob: bafc00aea8c5dfa1aa6caff40012e0a989a92b0d (
plain) (
tree)
|
|
// 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;
}
|