SB_SETUP_SUCCESS
From SmartBots Developers Docs
AdminBot for LSLEvents
Revision as of 11:36, 3 November 2017 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE: SB_SETUP_SUCCESS}} <onlyinclude>Raised when group has been set successfully (group exists and not expired)</onlyinclude> {{AdminBot Event Variables Table|even...")
Jump to: navigation, search
Raised when group has been set successfully (group exists and not expired)
// Event usage:
link_message(integer sender, integer cmd, string data, key id) {
if(cmd == SB_COMMAND_FAILED) {
llOwnerSay("Event " + cmd + " arrived! Data:\n" + data);
}
}
Event parameters
link_message event receives cmd, str and id parameters. Their meaning for SB_COMMAND_FAILED event is explained below:
Variable | Type | Description | |
---|---|---|---|
cmd | integer | the SB_COMMAND_FAILED's numeric ID | |
data | string | group name | |
id | key | group UUID |
- SB SETUP SUCCESS