6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalObject(OBJECT_SELF,"oGuardian")==GetPCSpeaker()&&GetLocalInt(OBJECT_SELF,"nState")==0) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|