6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(GetLocalString(GetPCSpeaker(),"sTeamID")!="UND") return TRUE;
|
|
return FALSE;
|
|
}
|