BOT_GROUP_EJECT
From SmartBots Developers Docs
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