Difference between revisions of "TotalControl for LSL/Commands/BOT SELECT GROUP TAG"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:BOT_SELECT_GROUP_TAG}} <onlyinclude>Changes the active group tag/title to the corresponding role UUID.</onlyinclude> {{API Variables Table}} {{AdminBot Requir...")
 
 
Line 13: Line 13:
  
 
<syntaxhighlight lang="lsl">
 
<syntaxhighlight lang="lsl">
llMessageLinked(LINK_SET, BOT_SELECT_GROUP_TAG, "0b65a122-8f77-64fe-5b2a-225d4c490d9c", "00000000-0000-0000-0000-000000000000");
+
llMessageLinked(LINK_SET, BOT_SELECT_GROUP_TAG, "00000000-0000-0000-0000-000000000000", "0b65a122-8f77-64fe-5b2a-225d4c490d9c");
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Latest revision as of 05:02, 5 March 2019

Changes the active group tag/title to the corresponding role UUID.

Variables

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

Variable Required Description


str yes uuid of the role
id yes uuid of the group

Example

llMessageLinked(LINK_SET, BOT_SELECT_GROUP_TAG, "00000000-0000-0000-0000-000000000000", "0b65a122-8f77-64fe-5b2a-225d4c490d9c");