RoT2_PRC8/_module/nss/aw_moreisis.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName aw_moreisis
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/11/2003 7:39:42 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(100) >= 30)
return FALSE;
return TRUE;
}