hi
i have some basic programming questions in netlogo:
*1)*in "is-agent? " command. how can i specifically check if the agent with id = 4 is green or not.
is-agent? green ;; this would be true if any of the agents is green.
*2)*i have made two breeds of agents and they stop when they collide with each other. how can i make them pass over each other.
thanks