Rezzing Sound
default
{
state_entry()
{
}
on_rez (integer p)
{
llSleep (0.5);
llPlaySound ("e6a0e38c-dc24-a37c-aa42-dd11c891946a",1);
llSleep (8);
}
}
-->
Tons of LSL scripts, examples and 3D tools, free for all. There are currently 207 scripts and articles in this database.
default
{
state_entry()
{
}
on_rez (integer p)
{
llSleep (0.5);
llPlaySound ("e6a0e38c-dc24-a37c-aa42-dd11c891946a",1);
llSleep (8);
}
}