BOT_NOTECARD_CREATE

From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 16:27, 6 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_NOTECARD_CREATE}} <onlyinclude>Commands bot to create a notecard in the inventory.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_NOTE...")

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

Commands bot to create a notecard in the inventory.

Variables

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

Variable Required Description


str yes name and notecard contents separated by a line break (name\ncontents here)
id yes uuid of a folder where the notecard will be stored, leave blank for Notecards folder

Comments

The name and contents of the notecard are being separated by a "\n" (see example below).

Result

Raises the following event

Example

llMessageLinked(LINK_SET, BOT_NOTECARD_CREATE, "Name\nBody of notecard", "fe7143cc-5cdf-f865-63cd-de98bafa0f70");