shape
Description:
Returns the shape number a turtle is set to. If a patch calls this, it returns the shape number of a turtle on that patch.
Examples:
setshape turtle-shape
sets the turtles shape to the one named turtle-shape
if shape = turtle-shape [fd 1]
has all of the turtles with shape turtle-shape
move forward one step
Notes:
Default shape is turtle-shape.
Related Commands:
setshape
shape-at
shape-of
shape-towards
who