Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
29
_module/nss/cm_buf_set_all.nss
Normal file
29
_module/nss/cm_buf_set_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", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "barswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "bulswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "catswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "cleswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "deaswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "eagswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "eliswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "endswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "foxswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "iroswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "lirswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "lstswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "owlswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "phaswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "speswitch", 1);
|
||||
SetLocalInt(GetPCSpeaker(), "watswitch", 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user