Difference between revisions of "AdminBot for LSL/Commands/SB SETUP SETOPTIONS"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE: SB_SETUP_SETOPTIONS}} <onlyinclude>Sets various options for AdminBot.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_SETUP_SETOPTIONS}} {{...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<onlyinclude>Sets various options for AdminBot.</onlyinclude> | <onlyinclude>Sets various options for AdminBot.</onlyinclude> | ||
− | {{ | + | {{AdminBot Variables Table|command=SB_SETUP_SETOPTIONS}} |
{{AdminBot Required Vars|SB_SETUP_SETOPTIONS}} | {{AdminBot Required Vars|SB_SETUP_SETOPTIONS}} | ||
Line 15: | Line 15: | ||
* '''NO_OWNERCHANGE_RESET''' - AdminBot does not reset itself on object owner change | * '''NO_OWNERCHANGE_RESET''' - AdminBot does not reset itself on object owner change | ||
+ | * '''NO_PING_SAVE''' - obsolete, do not use | ||
== Example == | == Example == |
Latest revision as of 07:35, 15 November 2019
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
- NO_PING_SAVE - obsolete, do not use
Example
llMessageLinked(LINK_SET, SB_SETUP_SETOPTIONS, "NO_OWNERCHANGE_RESET", NULL_KEY);