//:://///////////////////////////////////////////// //:: FileName sc_047 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/03/2005 2:37:23 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetModule(), "gamemode") == 1)) return FALSE; return TRUE; }