14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_cagewall
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/15/2008 1:56:36 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "cagewall", 1);
|
|
|
|
}
|