6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string sID=GetLocalString(GetPCSpeaker(),"sTeamID");
|
||
|
SetLocalString(OBJECT_SELF,"sTeamID",sID);
|
||
|
}
|