//:://///////////////////////////////////////////// //:: FileName sc_wmbgrd //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/17/2009 12:51:42 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "wmbgrd") == 1)) return FALSE; return TRUE; }