14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName ox_off
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/30/2005 2:13:03 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "OxOff", 0);
|
|
|
|
}
|