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

llPlaySoundSlave

LSL
void llPlaySoundSlave(string sound, float volume)

Plays attached Sound once, at Volume (0.0 - 1.0), synced to next loop of most audible sync master.\ Behaviour is identical to llPlaySound, unless there is a "Sync Master" present. If a Sync Master is already playing, the Slave sound will not be played until the Master hits its loop point and returns to the beginning.\ llPlaySoundSlave will play the sound exactly once; if it is desired to have the sound play every time the Master loops, either use llLoopSoundSlave with extra silence padded on the end of the sound or ensure that llPlaySoundSlave is called at least once per loop of the Master.

Parameters

TypeName
string sound
float volume
Energy 10

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

More in LSL