RATDOG/_module/nss/sc_053.nss

17 lines
400 B
Plaintext
Raw Normal View History

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