Difference between revisions of "TotalControl for LSL/Commands/BOT GROUP LEAVE"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE:BOT_GROUP_LEAVE}} <onlyinclude>Commands bot to leave the specified group</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_GROUP_LEAVE}} {{AP...") |
|||
Line 5: | Line 5: | ||
{{AdminBot Required Vars|BOT_GROUP_LEAVE}} | {{AdminBot Required Vars|BOT_GROUP_LEAVE}} | ||
− | {{API Variable|str|yes}} | + | {{API Variable|str|yes}} -- |
− | {{API Variable|id|yes}} | + | {{API Variable|id|yes}} uuid of group to leave |
{{API Variables Table End}} | {{API Variables Table End}} | ||
Line 13: | Line 13: | ||
<syntaxhighlight lang="lsl"> | <syntaxhighlight lang="lsl"> | ||
− | llMessageLinked(LINK_SET, BOT_GROUP_LEAVE, "uuid of group goes here | + | llMessageLinked(LINK_SET, BOT_GROUP_LEAVE, "", "uuid of group goes here"); |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 10:16, 4 March 2019
Commands bot to leave the specified group
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 | uuid of group to leave |
Example
llMessageLinked(LINK_SET, BOT_GROUP_LEAVE, "", "uuid of group goes here");