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

17 lines
416 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_100
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2002 3:04:12 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(20) >= 1)
return FALSE;
return TRUE;
}