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