11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLoc;
|
||
|
|
||
|
SetLocalInt(OBJECT_SELF,"LostGirl",1);
|
||
|
AddHenchman(GetPCSpeaker(),OBJECT_SELF);
|
||
|
|
||
|
lLoc = GetLocation(GetObjectByTag("nhi_woman"));
|
||
|
CreateObject(OBJECT_TYPE_CREATURE,"en3_mother",lLoc);
|
||
|
}
|