14 lines
391 B
Plaintext
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);
|
|
|
|
}
|