Difference between revisions of "AdminBot for LSL/Commands/SB GROUP EJECT"

From SmartBots Developers Docs
Jump to: navigation, search
 
(No difference)

Latest revision as of 13:11, 12 May 2017

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