setWalkDir( <direction> )
Module: Bots
Summary:
Order the bot to move in your direction
Call this on:
<entity> from addTestClient()
Example:
bot setWalkDir("forward");
Required Args:
1 : <direction> Where your bot will move. Can be: "forward", "left", "right", "back", "none"