Difference between revisions of "TotalControl for LSL/Commands/BOT SETUP SETBOT"
From SmartBots Developers Docs
Line 3: | Line 3: | ||
<syntaxhighlight lang="lsl"> | <syntaxhighlight lang="lsl"> | ||
− | llMessageLinked( | + | llMessageLinked(LINK_SET,BOT_SETUP_SETBOT,"My bot name","ACCESS CODE"); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 20:06, 6 July 2016
Sets the working personal Bot. Other commands require this command to be invoked first.
llMessageLinked(LINK_SET,BOT_SETUP_SETBOT,"My bot name","ACCESS CODE");
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: