BOT_NOTECARD_CREATE_REPLY
From SmartBots Developers Docs
TotalControl for LSLEvents
Revision as of 16:38, 6 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_NOTECARD_CREATE_REPLY}} <onlyinclude>Raised when when balance is successfully requested</onlyinclude> {{API Event Table}} {{API Variable Group|''event'' ob...")
Jump to: navigation, search
Raised when when balance is successfully requested
Reference
This event comes with the following event object:
Variable | Required | Description | |
---|---|---|---|
event object properties: | |||
str | -- | ||
id | uuid of newly created notecard |
Example
link_message( integer sender_num, integer num, string str, key id ) {
if(num==BOT_NOTECARD_CREATE_REPLY) {
llOwnerSay("UUID of new notecard is " + (string)id);
}
}
- BOT NOTECARD CREATE REPLY