HoS_PRC8/_mod/_module/nss/powres_team.nss

9 lines
236 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
object oPC=GetPCSpeaker();
object oTarget=GetLocalObject(oPC,"oTarget");
string sID=GetLocalString(oTarget,"sTeamID");
if (sID!=GetLocalString(oPC,"sTeamID")) return TRUE;
return FALSE;
}