14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_brodobeer
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/26/2002 4:19:30 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "BrodoBeer", 1);
|
|
|
|
}
|