
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Lua Reference
Lua scripting (server-sided) allows server hosters and mappers to modify the game and to add new elements.
Lua Hooks
Lua Commands
Category: all (66)
ai_move
Categories
AI
Parameters
- id
- angle
- [walk] (optional)
Info
Bot with given ID moves into a certain direction (defined with the given angle from 0° to 360°). Set walk to 1 to let it walk. Returns 1 when successful or 0 when way is blocked.






