Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Lua Command Lua Commands

Category: all (86)

Lua Command ai_move

Categories

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.

Note: This command does not do any pathfinding and the bot will just stop if it hits any obstacle. Use ai_goto instead if you want bots to find and use the best path to a destination automatically.