BOT_GIVE_MONEY
From SmartBots Developers Docs
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