17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
|
//::///////////////////////////////////////////////
|
|||
|
//:: FileName random1
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Created By: Script Wizard
|
|||
|
//:: Created On: 2012-11-24 23:10:47
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
int StartingConditional()
|
|||
|
{
|
|||
|
|
|||
|
// Dodaj losowo<77><6F>
|
|||
|
if(Random(5) >= 1)
|
|||
|
return FALSE;
|
|||
|
|
|||
|
return TRUE;
|
|||
|
}
|