SB_SETUP_SETOPTIONS
From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 19:54, 29 June 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: SB_SETUP_SETOPTIONS}} <onlyinclude>Sets various options for AdminBot.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_SETUP_SETOPTIONS}} {{...")
Jump to: navigation, search
Sets various options for AdminBot.
Variables
The following table shows input values (you send them with the API call) and returned output values.
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