14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_shlbwin
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/7/2009 6:26:47 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "shlbwin", 1);
|
|
|
|
}
|