7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oTarg=GetLocalObject(GetPCSpeaker(),"oTarget");
|
|
if (GetIsPC(oTarg)==TRUE&&GetLocalString(oTarg,"sTeamID")==GetLocalString(GetPCSpeaker(),"sTeamID")) return TRUE;
|
|
return FALSE;
|
|
}
|