Category "netlogo"

Netlogo: update a list after each movement

I need help with the following problem. I have turtles located in 3 different zones A, B, C. They have some properties turtle-own[place-to-go] patch-own[n-of-em

Looping through patches that share a common properties in Netlogo

I would like to sum up one numeric properties (AT1) of patches that share the same ID and store the value for that ID (procedure simulation here-below). I start