//:://///////////////////////////////////////////// //:: FileName ty_ivywghtcheck //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/23/03 12:23:48 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "iPCWeight") < 1150)) return FALSE; return TRUE; }