//:://///////////////////////////////////////////// //:: FileName sc_029 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 29/04/2008 21:57:17 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "YouhasBook") == 0)) return FALSE; return TRUE; }