PWE_PRC8/_module/nss/zm_solarspeak.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
447 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}