//:://///////////////////////////////////////////// //:: FileName zm_solarspeak1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/30/2002 3:12:19 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "solarspeak") == 1)) return FALSE; return TRUE; }