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

17 lines
410 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName aw_isisditzy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/11/2003 6:41:47 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(100) >= 20)
return FALSE;
return TRUE;
}