Difference between revisions of "TotalControl for LSL/Commands/BOT FRIENDSHIP CAN EDIT"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:BOT_FRIENDSHIP_CAN_EDIT}} <onlyinclude>Commands bot to give a friend the ability to edit/take their objects</onlyinclude> {{API Variables Table}} {{AdminBot R...")
 
 
Line 1: Line 1:
 
{{DISPLAYTITLE:BOT_FRIENDSHIP_CAN_EDIT}}
 
{{DISPLAYTITLE:BOT_FRIENDSHIP_CAN_EDIT}}
<onlyinclude>Commands bot to give a friend the ability to edit/take their objects</onlyinclude>
+
<onlyinclude>Commands bot to control a friend's ability to edit/take objects owned by the bot.</onlyinclude>
  
 
{{API Variables Table}}
 
{{API Variables Table}}

Latest revision as of 23:58, 4 March 2019

Commands bot to control a friend's ability to edit/take objects owned by the bot.

Variables

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

Variable Required Description


str yes
  • 1 = Allow
  • 0 = Revoke
id yes uuid of friend

Example

llMessageLinked(LINK_SET, BOT_FRIENDSHIP_CAN_EDIT, "1", "d11fa786-c342-4785-8e1b-ac70a17a9aac");