Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llSetSoundQueueing

LSL
void llSetSoundQueueing(integer queue)

Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the currently playing sound.\ The default for objects is FALSE. Setting this value to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep.

Parameters

TypeName
integer queue
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL