6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
void main()
|
||
|
{
|
||
|
AddHenchman(GetPCSpeaker(), OBJECT_SELF);
|
||
|
SetLocalInt(OBJECT_SELF, "Escorted", TRUE);
|
||
|
}
|