7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
// set team dwf
|
|
void main()
|
|
{
|
|
SetLocalString(GetPCSpeaker(),"sTeamID","DWF");
|
|
ExecuteScript("adjust_alignment",OBJECT_SELF);
|
|
}
|