ludum-dare-21/scripts/action_end_sound/action_end_sound.gml

8 lines
153 B
Plaintext

/// @description (Old DnD) - end the sound
/// @param soundid sound id
function action_end_sound(argument0) {
audio_stop_sound( argument0 );
}