BOT_DIALOG_REPLY
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 06:22, 20 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_DIALOG_REPLY}} <onlyinclude>Commands bot to reply to a dialog menu</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_DIALOG_REPLY}} {{API...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to reply to a dialog menu
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | channel to reply on and button to select seperated by "\n" | |
id | yes | uuid of the object that gave the dialog menu |
Example
Select button 5 and reply on channel -123
llMessageLinked(LINK_SET, BOT_DIALOG_REPLY, "-123\n5", "uuid of object");
- BOT DIALOG REPLY