int StartingConditional()
{
object oPC = GetPCSpeaker();

if (GetIsDay()) return FALSE;

return TRUE;
}