gmc-jam-3/scripts/sound_loop/sound_loop.gml

11 lines
249 B
Plaintext
Raw Permalink Normal View History

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