HoS_PRC8/_mod/_module/nss/adv_leader.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

9 lines
225 B
Plaintext

int StartingConditional()
{
object oMod=GetModule();
string sID=GetLocalString(OBJECT_SELF,"sTeamID");
object oLead=GetLocalObject(oMod,"oTeamLead"+sID);
if (oLead==GetPCSpeaker()) return TRUE;
return FALSE;
}