BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description: Add a directed link to another. End description
Add link to
Begin NetLogo code:
substitute-text-area-for other-end-of-link any-of-kind "Prototype1" create-link-to other-end-of-link
End NetLogo code
You can specify the other end of the link by editing the text area.
This uses the NetLogo create-link-to primitive.
Add an undirected link with another, Add a directed link to another, Add undirected links with a set of agents, and Add directed links to a set of agents.
Add link to was implemented by Ken Kahn.
BehaviourComposer: ignore everything after this.