6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalInt(OBJECT_SELF, "EscortSuccessful") == TRUE && GetMaster(OBJECT_SELF) == GetPCSpeaker()) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|