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