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