BOT_GIVE_INVENTORY
From SmartBots Developers Docs
Jump to: navigation, search
Commands bot to give an inventory object to someone
Variables
The following table shows input values (you send them with the API call) and returned output values.
| Variable | Required | Description
| |
|---|---|---|---|
| str | yes | uuid of object to give | |
| id | yes | uuid of person to receive the object | |
Example
llMessageLinked(LINK_SET, BOT_GIVE_INVENTORY, "object uuid", "receiver uuid");
- BOT GIVE INVENTORY