blob: 4058d72e3b1792ba33e7abeaa65da05293520655 (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Reid
// Description:
// Legion member.
001-1,59,44,0 script Lucas#001-1 NPC_LUCAS,{
villagertalk();
closedialog;
close;
OnInit:
.sex = G_MALE;
.distance = 3;
end;
}
|