Simple bot: Difference between revisions
Jump to navigation
Jump to search

Bug:Using
Team Fortress 2. Use
MyGamepedia (talk | contribs) No edit summary |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{lang|Simple bot}} | {{lang|Simple bot}} | ||
{{back|NextBot}} | {{back|NextBot}} | ||
{{ | {{this is a|point entity|name=simple_bot|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Team Fortress 2|game3=Dota 2|game4=Black Mesa}} | ||
== Entity Description == | == Entity Description == | ||
It is a very rudimentary example of a [[NextBot]] entity, displaying the bare minimum required for the AI system to function. | It is a very rudimentary example of a [[NextBot]] entity, displaying the bare minimum required for the AI system to function. |
Revision as of 19:02, 17 May 2024


simple_bot
is a point entity available in Left 4 Dead,
Left 4 Dead 2,
Team Fortress 2,
Dota 2, and
Black Mesa.
Entity Description
It is a very rudimentary example of a NextBot entity, displaying the bare minimum required for the AI system to function.
This entity uses the model of a female Citizen - with no animations associated with it - and is unable to be damaged or killed. If the map has a .nav file, the entity will move to random areas when possible.
As an alternative to using ent_create for spawning instances of simple_bot, the cheat command simple_bot_add
will instantly create the entity wherever your crosshair aims at.

simple_bot_add
will crash the game immediately in 
ent_create simple_bot
instead. [todo tested in ?]Categories:
- TODO rewrite lang to LanguageBar
- Point entities
- Non-internal Left 4 Dead entities
- Left 4 Dead entities
- Left 4 Dead point entities
- Non-internal Left 4 Dead 2 entities
- Left 4 Dead 2 entities
- Left 4 Dead 2 point entities
- Team Fortress 2 entities
- Team Fortress 2 point entities
- Non-internal Dota 2 entities
- Dota 2 entities
- Dota 2 point entities
- Non-internal Black Mesa entities
- Black Mesa entities
- Black Mesa point entities
- Pages with uncategorized bugs
- NextBot Entities