BOT_SETUP_SETOPTION
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:50, 10 July 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_SETUP_SETOPTION}} <onlyinclude>Sets various options for AdminBot.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_SETUP_SETOPTION}} {{A...")
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, BOT_SETUP_SETOPTION, "NO_OWNERCHANGE_RESET", NULL_KEY);
- BOT SETUP SETOPTIONS