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