BOT_TOUCH_OBJECT
From SmartBots Developers Docs
Jump to: navigation, search
Commands bot to touch an object
Variables
The following table shows input values (you send them with the API call) and returned output values.
| Variable | Required | Description
| |
|---|---|---|---|
| str | yes | -- | |
| id | yes | uuid of object to touch | |
Example
llMessageLinked(LINK_SET, BOT_TOUCH_OBJECT, "", "uuid goes here");
- BOT TOUCH OBJECT