-How would I make the selected ants 'patroll' an area? By this I mean you click in two different spot and then they go from one to the other continuosly until interupted by enemies or something
-How could I make the ants spawn randomly around the anthills so they don't bunch up on top of each other?
1 - in RTS tab, there is "Add waypoint at position". I'd have an event with
on mouse click - get mouse position - add it to ant's waypoint1
on second click - get mouse position - add it to ant's waypoint2
than if an ant:
get to waypoint1 - send him to waypoint2
get to waypoint2 - send him to waypoint1
2 - I've made a similar example here
Don't mind that Czech text inside. Basically, there is an checker which checks if there is a free space to create an object. Turn off first 2 actions in the 1 Event to see it.