EN4_PRC8/_module/nss/cm_fox_set_on.nss

14 lines
391 B
Plaintext
Raw Permalink Normal View History

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