Play Sound Loop at Half Volume

Written by Kitsune
default
{
    state_entry()
    {
        llLoopSound(llGetInventoryName(INVENTORY_SOUND,0), 0.5);
    }
}