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