7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
SetCustomToken(502,GetLocalString(OBJECT_SELF,"sTeamID"));
|
||
|
SetCustomToken(503,GetLocalString(GetPCSpeaker(),"sTeamID"));
|
||
|
return TRUE;
|
||
|
}
|