9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (!GetIsDay()) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|