Play Sound Loop at Full Volume Expired default { touch_start(integer num_dtected) { llPlaySound(llGetInventoryName(INVENTORY_SOUND,0), 1.0); } }
Play Sound at Half Volume Expired default { touch_start(integer num_detected) { llPlaySound(llGetInventoryName(INVENTORY_SOUND,0), 0.5); } }
Play Sound at Full Volume Expired default { touch_start(integer num_dtected) { llPlaySound(llGetInventoryName(INVENTORY_SOUND,0), 1.0); } }
Play Sound Loop at Half Volume Expired default { state_entry() { llLoopSound(llGetInventoryName(INVENTORY_SOUND,0), 0.5); } }