So it would look like this in the LUA
-- Local Stats
SetTeamName(4, "locals")
AddUnitClass(4, "zel_inf_boss", 1)
SetUnitCount(4, 1)
SetTeamAsEnemy(3,ATT)
SetTeamAsEnemy(3,DEF)
SetTeamAsEnemy(ATT,3)
SetTeamAsEnemy(DEF,3)
AddAIGoal(3, "Deathmatch", 100)



