Difference between revisions of "TotalControl for LSL/Commands/BOT FLY"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:BOT_FLY}} <onlyinclude>Commands bot to start or stop flying</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_FLY}} {{API Variable|str|yes}}...")
 
(Correction)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:BOT_FLY}}
 
{{DISPLAYTITLE:BOT_FLY}}
<onlyinclude>Commands bot to start or stop flying</onlyinclude>
+
<onlyinclude>Commands bot to start flying</onlyinclude>
  
 
{{API Variables Table}}
 
{{API Variables Table}}
Line 15: Line 15:
 
llMessageLinked(LINK_SET, BOT_FLY, "", "");
 
llMessageLinked(LINK_SET, BOT_FLY, "", "");
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Related Commands ==
 +
Stops the bot from flying
 +
* [[TotalControl_for_LSL/Commands/BOT_STAND|BOT_STAND]]
  
 
{{AdminBot for Bots Commands - standard footer}}
 
{{AdminBot for Bots Commands - standard footer}}

Latest revision as of 19:48, 7 March 2019

Commands bot to start flying

Variables

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

Variable Required Description


str yes --
id yes --

Example

llMessageLinked(LINK_SET, BOT_FLY, "", "");

Related Commands

Stops the bot from flying