//:://///////////////////////////////////////////// //:: FileName sc_013 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 25/04/2008 15:22:11 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "YouhasBook") == 0)) return FALSE; return TRUE; }