17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_053
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/30/2005 8:36:03 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Add the randomness
|
|
if(Random(9) >= 1)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|