BOT_GIVE_MONEY
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:54, 20 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GIVE_MONEY}} <onlyinclude>Commands bot to give money to specified uuid</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_GIVE_MONEY}} {{A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to give money to specified 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 receiver |
Example
llMessageLinked(LINK_SET, BOT_GIVE_MONEY, "1", "uuid goes here");
- BOT GIVE MONEY