7

I have a model with two turtles, and the measurement of interest is the distance between them. I'd like to create a reporter that can be plotted that says simply that: the distance between the turtles. Can someone please help? I'm sure this is a simple thing, but I haven't been able to get it.

Thanks!

Alex Vornsand
  • 83
  • 1
  • 5

1 Answers1

9

Since Nicolas urges me to move this from comments to answers, you can retrieve the desired value with:

[distance turtle 1] of turtle 0
Alan
  • 9,410
  • 15
  • 20