17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName random2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2012-11-24 23:10:58
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Dodaj losowoϾ
|
|
if(Random(4) >= 1)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|