ADD-BEHAVIOURS-TO
Begin NetLogo code:substitute-text-area-for recipient self substitute-text-area-for comment ; Notes comment add-behaviours-to recipient list-of-micro-behaviours "Behaviours" []End NetLogo code
You can add micro-behaviours to the list by clicking on a micro-behaviour and navigating back to this page.
ADD-BEHAVIOURS -- Adds behaviours
ADD-BEHAVIOURS-TO -- Adds behaviours immediately to a specified agent or set of agents
ADD-BEHAVIOURS-TO-LINKS -- Adds micro-behaviours to links (rather than agents)
REMOVE-BEHAVIOURS -- Removes behaviours
REMOVE-BEHAVIOURS-FROM -- Removes specified behaviours from an agent or set of agents
REMOVE-ALL-BEHAVIOURS -- Remove all behaviours
REMOVE-ALL-BEHAVIOURS-FROM -- Removes all behaviours from an agent or set of agents
DO-WITH-PROBABILITY -- Adds behaviours probabilistically
DO-WITH-PROBABILITIES -- Choose which set of behaviours to add probabilistically
REPEATEDLY-DO-BEHAVIOURS -- Adds behaviours repeatedly
DO-AFTER -- Delays the addition of a list of micro-behaviours
DO-AFTER-SETUP -- Delays the addition of a list of micro-behaviours until setup has completed
DO-AT-TIME -- Schedules the addition of a list of micro-behaviours
DO-IF -- Runs actions if condition is true
DO-IF-ELSE -- Runs one set of actions if condition is true and another set if condition is false
WHEN -- Adds and removes micro-behaviours the first time that conditions are true
WHENEVER -- Adds and removes micro-behaviours every time conditions are true
This was first implemented by Ken Kahn on 2 February 2010.