BOT_GIVE_MONEY_OBJECT
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 12:47, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GIVE_MONEY_OBJECT}} <onlyinclude>Commands bot to give money to specified object uuid</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_GI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to give money to specified object uuid
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | amount | |
id | yes | uuid of an object you are wanting to pay |
Example
llMessageLinked(LINK_SET, BOT_GIVE_MONEY_OBJECT, "1", "4c5f9ede-4126-b3ba-2809-d61b00d8b500");
- BOT GIVE MONEY OBJECT