EN6_PRC8/_module/nss/cm_end_set_off.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(), "endswitch", 0);
}