//:://///////////////////////////////////////////// //:: FileName zm_solarspeak //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/30/2002 2:54:50 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "solarspeak") == 0)) return FALSE; return TRUE; }