SB_SETUP_SETOPTIONS
From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 13:11, 12 May 2017 by Gg (Talk | contribs) (Gg moved page AdminBot for Groups/Commands/SB SETUP SETOPTIONS to AdminBot for LSL/Commands/SB SETUP SETOPTIONS)
Jump to: navigation, search
Sets various options for AdminBot.
// Command usage:
llMessageLinked(LINK_SET, SB_SETUP_SETOPTIONS, string str, key id);
API parameters
llMessageLinked function accepts str and id parameters. Their meaning for SB_SETUP_SETOPTIONS is explained below:
Variable | Required | Description.
| |
---|---|---|---|
str | yes | options list, separated by commas. See the available options below. | |
id | yes | -- |
Available Options
The following options are currentluy available:
- NO_OWNERCHANGE_RESET - AdminBot does not reset itself on object owner change
Example
llMessageLinked(LINK_SET, SB_SETUP_SETOPTIONS, "NO_OWNERCHANGE_RESET", NULL_KEY);
- SB SETUP SETOPTIONS