Function bot_client::bot_main
source · [−]Expand description
Runs the bot. See the rest of this function’s docs for implementation details.
Implementation details
Logs into the game, and starts randomly stepping around in the world. Works exactly like the graphical sdl_client, except this one’s headless, and moves the character based on random number generation instead of keyboard inputs.