//:://///////////////////////////////////////////// //:: FileName mod_mode //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 30/11/2004 7:24:02 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetModule(), "mod_mode") == 1)) return FALSE; return TRUE; }