6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalObject(OBJECT_SELF,"oGuardian")==GetPCSpeaker()) return TRUE;
|
|
return FALSE;
|
|
}
|