7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
int StartingConditional()
|
|
{
|
|
string sID=GetLocalString(GetPCSpeaker(),"sTeamID");
|
|
if (sID!="UND") return TRUE;
|
|
return FALSE;
|
|
}
|