17 lines
401 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_006
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/23/2002 4:06:12 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(10) >= 1)
return FALSE;
return TRUE;
}