BOT_WALK

From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 06:19, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_WALK}} <onlyinclude>Commands bot to move/turn in the specified direction</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_WALK}} {{API V...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Commands bot to move/turn in the specified direction

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description


str yes direction bot should move - FORWARD/BACKWARD/LEFT/RIGHT/STOP
id yes START/STOP to start or stop the movement

Example

llMessageLinked(LINK_SET, BOT_WALK, "FORWARD", "START");