//:://///////////////////////////////////////////// //:: FileName sc_ccrow //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/16/2009 9:13:01 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "ccrow") == 1)) return FALSE; return TRUE; }