Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

17 lines
401 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}