SB_GROUP_EJECT
From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 20:06, 29 June 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: SB_GROUP_EJECT}} <onlyinclude>Ejects specific resident from group.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_GROUP_EJECT}} {{API Vari...")
Jump to: navigation, search
Ejects specific resident from 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 | resident UUID |
Important
If you are using a custom role (other than "Everyone") you need an additional abilities for your bot. Read this for details.
Example
llMessageLinked(LINK_SET, SB_GROUP_EJECT, "", "b522928f-2146-4426-993d-2e0806aea23c");
- SB GROUP EJECT