function sound_loop(argument0) {
// ------------------------------------------------------------
/// @description Loops the indicated sound
/// @param index The index of the sound to loop
audio_play_sound( argument0, 10, true );
}