Commands/Lua
Reference for console commands, Lua hooks and Lua commands in CS2D.
- Console Commands are entered in console, executed with key-binds, cfg-files or with Lua parse
- Lua Hooks execute Lua when events occur - some have a return value which can change the game behavior
- Lua Commands are used to retrieve game data or to perform actions in Lua scripts
CS2D Console Commands
Lua Hooks
Lua Commands
Category: ai (20)
ai_attackCategories
Parameters
- id
- [secondary] (optional)
Info
Bot with given ID performs an attack. Set secondary to 1 to use the secondary weapon function (=attack2) instead of the primary function.
Note: Attacking won't work if the current weapon has limited ammo and is empty. Neither reloading nor weapon switching will be triggered automatically. If you want these things to happen automatically you can use ai_iattack instead. Of course you can also manually trigger reloading (ai_reload) or manually switch to another weapon (ai_selectweapon).
Categories
Parameters
- id
- [secondary] (optional)
Info
Bot with given ID performs an attack. Set secondary to 1 to use the secondary weapon function (=attack2) instead of the primary function.
Note: Attacking won't work if the current weapon has limited ammo and is empty. Neither reloading nor weapon switching will be triggered automatically. If you want these things to happen automatically you can use ai_iattack instead. Of course you can also manually trigger reloading (ai_reload) or manually switch to another weapon (ai_selectweapon).