BOT_GROUP_LEAVE
From SmartBots Developers Docs
TotalControl for LSLCommands
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to leave the specified group
Variables
The following table shows input values (you send them with the API call) and returned output values.
| Variable | Required | Description
| |
|---|---|---|---|
| str | yes | -- | |
| id | yes | uuid of group to leave | |
Example
llMessageLinked(LINK_SET, BOT_GROUP_LEAVE, "", "uuid of group goes here");
- BOT GROUP LEAVE