Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
29
_module/nss/cm_buf_clear_all.nss
Normal file
29
_module/nss/cm_buf_clear_all.nss
Normal file
@@ -0,0 +1,29 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName buf_set_all
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 6/10/2004 11:15:14 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "aidswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "barswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "bulswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "catswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "cleswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "deaswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "eagswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "eliswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "endswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "foxswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "iroswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "lirswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "lstswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "owlswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "phaswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "speswitch", 0);
|
||||
SetLocalInt(GetPCSpeaker(), "watswitch", 0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user