What is the command to give me the number of units in a trigger area.
i want ot use a sidecount command but it requires a unitarray.
i have a trigger which detects a side (west present)
i want somthing like
unitsintrigger = list easttrigger
sidenumber = "EAST" sidecount unitsintrigger
but i get an error "array expected" so i know i don't have it quite right... HELP