Play Sound Loop at Full Volume

Written by Kitsune
default {
    touch_start(integer num_dtected) {
        llPlaySound(llGetInventoryName(INVENTORY_SOUND,0), 1.0);
    }
}