//:://///////////////////////////////////////////// //:: FileName sc_pulgh //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/20/2007 9:39:02 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "pulgh") == 1)) return FALSE; return TRUE; }