//:://///////////////////////////////////////////// //:: FileName sc_myrbook //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/27/2008 10:54:35 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "myrbook") == 1)) return FALSE; return TRUE; }