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

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE: SB_GROUP_EJECT}} <onlyinclude>Ejects specific resident from group.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_GROUP_EJECT}} {{API Vari...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
<onlyinclude>Ejects specific resident from group.</onlyinclude>
 
<onlyinclude>Ejects specific resident from group.</onlyinclude>
  
{{API Variables Table}}
+
{{AdminBot Variables Table|command=SB_GROUP_EJECT}}
  
 
{{AdminBot Required Vars|SB_GROUP_EJECT}}
 
{{AdminBot Required Vars|SB_GROUP_EJECT}}

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