Difference between revisions of "TotalControl for LSL/Commands/BOT OFFER FRIENSHIP"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:BOT_OFFER_FRIENSHIP }} <onlyinclude>Commands bot to offer friendship to someone</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_OFFER_FRIEN...")
 
(Undo revision 1929 by Scullyuk (talk))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:BOT_OFFER_FRIENSHIP }}
 
<onlyinclude>Commands bot to offer friendship to someone</onlyinclude>
 
  
{{API Variables Table}}
 
 
{{AdminBot Required Vars|BOT_OFFER_FRIENSHIP }}
 
{{API Variable|str|yes}} message to send along with offer
 
{{API Variable|id|yes}} uuid of person to send friend request to
 
 
{{API Variables Table End}}
 
 
== Example ==
 
 
<syntaxhighlight lang="lsl">
 
llMessageLinked(LINK_SET, BOT_OFFER_FRIENSHIP , "Please add me as a friend", "uuid goes here");
 
</syntaxhighlight>
 
 
{{AdminBot for Bots Commands - standard footer}}
 
 
{{NavMenu}}
 
 
__NOTOC__
 

Latest revision as of 18:09, 20 October 2021