6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(GetLocalInt(GetPCSpeaker(),"nCGMember")!=TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|