14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_blackcrate
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/15/2008 12:27:12 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "blackcrate", 1);
|
|
|
|
}
|