//:://///////////////////////////////////////////// //:: FileName sc_023 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 26/04/2008 15:01:17 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "iWantContraption") == 0)) return FALSE; return TRUE; }