6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "EscortBandits", 1);
|
||
|
SetLocalInt(GetPCSpeaker(), "FailIfLeaves", TRUE);
|
||
|
}
|