7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
if (GetLocalString(oPC,"sTeamID")==GetLocalString(GetArea(oPC),"sTeamID")) return FALSE;
|
||
|
return TRUE;
|
||
|
}
|