//:://///////////////////////////////////////////// //:: FileName sc_piert //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/13/2008 9:36:30 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "piert") == 1)) return FALSE; return TRUE; }