Loop Sound

Written by Kitsune

All you need to do is drop in any sound you want to loop

default
{
    state_entry()
    {
        llLoopSound(llGetInventoryName(INVENTORY_SOUND, 0), 1);
    }
}