BOT_GROUP_SET_ROLE
From SmartBots Developers Docs
Revision as of 10:45, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GROUP_SET_ROLE}} <onlyinclude>Commands bot to add a group member to the specified role.<br /><small>Please note: The avatar must already be in the group for...")
Commands bot to add a group member to the specified role.
Please note: The avatar must already be in the group for this command to work.
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 group and the new role in the followeing format: "groupUUID,roleUUID" | |
id | yes | uuid of resident to add to role |
Example
llMessageLinked(LINK_SET, BOT_GROUP_SET_ROLE, "uuid of group" + "," + "uuid of role", "uuid of person you are adding to the role");