//:://///////////////////////////////////////////// //:: FileName gc_is_broke //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/11/2008 9:45:15 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if((GetLocalInt(GetPCSpeaker(), "BROKE_JOKE") == 2)) return TRUE; return FALSE; }