EN6_PRC8/_module/nss/cm_dea_set_off.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

14 lines
391 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName aid_set_on
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/10/2004 10:02:24 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "deaswitch", 0);
}