SB_GROUP_EJECT

From SmartBots Developers Docs
Jump to: navigation, search

Ejects specific resident from group.

// Command usage:
llMessageLinked(LINK_SET, SB_GROUP_EJECT, string str, key id);


API parameters

llMessageLinked function accepts str and id parameters. Their meaning for SB_GROUP_EJECT is explained below:

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");