Difference between revisions of "TotalControl for LSL/Commands/BOT SETUP SETOPTIONS"
From SmartBots Developers Docs
Line 6: | Line 6: | ||
{{AdminBot Required Vars|BOT_SETUP_SETOPTION}} | {{AdminBot Required Vars|BOT_SETUP_SETOPTION}} | ||
{{API Variable|str|yes}} options list, separated by commas. See the available options below. | {{API Variable|str|yes}} options list, separated by commas. See the available options below. | ||
− | {{API Variable|id| | + | {{API Variable|id|yes}} -- |
{{API Variables Table End}} | {{API Variables Table End}} |
Revision as of 06:05, 10 July 2016
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);