17 lines
396 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
//::///////////////////////////////////////////////
//:: FileName random2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2012-11-24 23:10:58
//:://////////////////////////////////////////////
int StartingConditional()
{
// Dodaj losowo<77><6F>
if(Random(4) >= 1)
return FALSE;
return TRUE;
}