//:://///////////////////////////////////////////// //:: FileName sc_003 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 17/04/2008 21:59:34 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "iDreamBook") == 1)) return FALSE; return TRUE; }