Entity bot route start
From Mod Wiki
The start of an route chain.
Entity Keys
classname bot_route_start
- target variable
- The bot route this route node points to. This entity can only point to bot_route_link
- targetRouteID variable
- Any actions that have a routeID number that matches this, will use this route. This is a useful way to group a bunch of actions together with one route
- active variable
- Does this route start out active?
- radius variable
- The radius of this target.
- team variable
- Which team can use this route. Default is ANYTEAM
See Also