RATDOG/_module/nss/sc_052.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

17 lines
400 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_052
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/30/2005 8:35:52 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(9) >= 1)
return FALSE;
return TRUE;
}