BOT_SIM_ACCESS

From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 12:59, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_SIM_ACCESS}} <onlyinclude>Control access to a sim<br /><small>(The bot must be an estate manager for this command to work.)</small></onlyinclude> {{API Var...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Control access to a sim
(The bot must be an estate manager for this command to work.)

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description


str yes One of the following options:
  • ban - add to ban list
  • unban - remove from ban list
  • allow - add to allow list
  • disallow - remove from allow list
id yes uuid of the avatar to manage access for

Example

llMessageLinked(LINK_SET, BOT_SIM_ACCESS, "ban", "d11fa786-c342-4785-8e1b-ac70a17a9aac");