17 lines
409 B
Plaintext
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;
|
|
}
|