Difference between revisions of "TotalControl for LSL/Commands/BOT LISTEN IM"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:BOT_LISTEN_LOCAL_CHAT}} <onlyinclude>Commands bot to listen to IMs sent to the bot and send them to the script</onlyinclude> {{API Variables Table}} {{AdminBo...")
 
 
Line 1: Line 1:
{{DISPLAYTITLE:BOT_LISTEN_LOCAL_CHAT}}
+
{{DISPLAYTITLE:BOT_LISTEN_IM}}
 
<onlyinclude>Commands bot to listen to IMs sent to the bot and send them to the script</onlyinclude>
 
<onlyinclude>Commands bot to listen to IMs sent to the bot and send them to the script</onlyinclude>
  
 
{{API Variables Table}}
 
{{API Variables Table}}
  
{{AdminBot Required Vars|BOT_LISTEN_LOCAL_CHAT}}
+
{{AdminBot Required Vars|BOT_LISTEN_IM}}
 
{{API Variable|str|yes}} --
 
{{API Variable|str|yes}} --
 
{{API Variable|id|yes}} --
 
{{API Variable|id|yes}} --

Latest revision as of 07:25, 5 March 2019

Commands bot to listen to IMs sent to the bot and send them to the script

Variables

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

Variable Required Description


str yes --
id yes --

Result

One of the following events will be generated

Additionally the following events get generated every time the bot receives an IM

Example

llMessageLinked(LINK_SET, BOT_LISTEN_IM, "", "");