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