8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DeleteLocalInt(OBJECT_SELF, "Lost");
|
||
|
SetLocalInt(OBJECT_SELF, "Escorted", TRUE);
|
||
|
SetLocalInt(OBJECT_SELF, "EventEscorted", TRUE);
|
||
|
AddHenchman(GetPCSpeaker());
|
||
|
}
|