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