Agents
Agent blocks are used to create, manage, and control agents in your StarLogo Nova simulation. Agents are the fundamental entities that move around and interact in your 3D world.
Overview
Agents can represent anything from animals in an ecosystem simulation to vehicles in a traffic model. They have properties (traits), can move around the environment, and can interact with each other and their surroundings.
Block Categories
Agent Creation
- Create - Creates a single new agent
- Create Each Do - Creates multiple agents with initialization
Agent Management
- Delete - Removes the current agent
- Delete Agent - Removes a specific agent
- Delete Everyone - Removes all agents of a breed
Agent Movement
- Scatter - Randomly distributes current agent
- Scatter Everyone - Randomly distributes all agents
Agent References
Camera Control
- Take Camera - Makes camera follow the agent