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