Define home area-turtles?
I am very new to netlogo. I have searched every question here before I posted this. I have the following code which sprouts a given number of horses: ask n-of Number-horses patches with [grass? = "Yes"] [sprout-horses 1 [set color 25 ]] The person can change the number of horses using the slider but I would like each horse to have its own area/range/radius. They can only move within this radius/area and they cannot meet each other. From what I've read it's got something to do with the distance function? You can find a similar problem here which has examples too : Spacing agents in NetLogo