14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_bash4
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/11/2008 8:05:37 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "bash", 1);
|
|
|
|
}
|