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