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