Amon_PRC8/_module/nss/random50.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
404 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName random50
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/30/2003 1:27:57 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(50) >= 1)
return FALSE;
return TRUE;
}