//:://///////////////////////////////////////////// //:: FileName 1in4 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/03/2005 18:53:51 //::////////////////////////////////////////////// int StartingConditional() { // Add the randomness if(Random(4) >= 1) return FALSE; return TRUE; }