BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
Move to another agent or patch.
End description
Move to
Begin NetLogo code:
substitute-text-area-for agent-or-patch patch 0 0 move-to agent-or-patch
End NetLogo code
Edit the text area to specify the agent or patch to move to.
It uses the NetLogo move-to primitive.
There are many movement behaviours in the main library.
Move to was first implemented by Ken Kahn on 26 January 2012.
BehaviourComposer: ignore everything after this.