Difference between revisions of "TotalControl for LSL/Commands/BOT SETUP SETBOT"

From SmartBots Developers Docs
Jump to: navigation, search
Line 1: Line 1:
 
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
 
<onlyinclude>Sets the working personal Bot. Other commands require this command to be invoked first.</onlyinclude>
 
<onlyinclude>Sets the working personal Bot. Other commands require this command to be invoked first.</onlyinclude>
 +
 +
<syntaxhighlight lang="lsl">
 +
llMessageLinked(LINK_THIS, BOT_SETUP_SETBOT, str, id);
 +
</syntaxhighlight>
  
 
{{API Variables Table}}
 
{{API Variables Table}}

Revision as of 15:48, 6 July 2016

Sets the working personal Bot. Other commands require this command to be invoked first.

llMessageLinked(LINK_THIS, BOT_SETUP_SETBOT, str, id);

Variables

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

Variable Required Description


str yes name of the Bot
id yes Access Code

Result

One of the following events will be generated: