//:://///////////////////////////////////////////// //:: FileName 1in7 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 25/03/2005 00:39:36 //::////////////////////////////////////////////// int StartingConditional() { // Add the randomness if(Random(7) >= 1) return FALSE; return TRUE; }