BOT_GROUP_EJECT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 20:45, 26 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GROUP_EJECT}} <onlyinclude>Commands bot to eject a resident from a group</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_GROUP_EJECT}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to eject a resident from a group
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 avatar to eject | |
id | yes | uuid of group to eject from |
Example
llMessageLinked(LINK_SET, BOT_GROUP_EJECT, "uuid of avatar", "uuid of group");
- BOT GROUP EJECT