14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_009
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/17/2005 9:03:15 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "ClanSchipper", 1);
|
|
SetLocalInt(GetPCSpeaker(), "Clan", 1);
|
|
}
|