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

17 lines
413 B
Plaintext

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