User:Strife Onizuka/Sandbox/Switch/Template:Test

From Second Life Wiki
Jump to navigation Jump to search
Emblem-important.png Deprecated function
(This has been deprecated, please use llPlaySound instead.)

Function: llSound( string sound, float volume, integer queue, integer loop );

Function: llSound( string sound, float volume, integer queue, integer loop );
85 Function ID
0.0 Delay
10.0 Energy

Plays sound at volume and whether it should loop or not.

• string sound an item in the inventory of the prim this script is in
• float volume
• integer queue
• integer loop

Caveats

  • This has been deprecated, please use llPlaySound instead.
  • If sound is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.

Examples