//:://///////////////////////////////////////////// //:: FileName sc_026 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 26/04/2008 15:13:56 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "youwantscontraption") == 1)) return FALSE; return TRUE; }