17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName bognar_get1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/21/2003 10:20:17 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Add the randomness
|
|
if(Random(5) >= 1)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|