BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
Jump to the location specified.
End description
Jump to location
Begin NetLogo code:
substitute-text-area-for x-coordinate 1 substitute-text-area-for y-coordinate 2 setxy x-coordinate y-coordinate
End NetLogo code
This calls upon NetLogo's setxy primitive command.
This was implemented by Ken Kahn on 26 May 2015.
BehaviourComposer: ignore everything after this.