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