6 October 2016
The playsound command is able to play a sound asset, either from inventory or referenced by an UUID at the current or specified location.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
playsound | group, password, item | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Play the sound asset // named "Boo!" from // the bot's inventory "command", "playsound", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape("/My Inventory/Notecards/Boo!") ] ) ); |
| Optional Parameters | Possible Values | Description |
|---|---|---|
gain | Any float in the interval . | The volume at which the sound is played with being totally silent and representing full volume. |
position | A vector as a region position. | Plays the sound at the given position. |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.