/// @description (Old DnD) - if sound evauation
/// @param index sound index to check
function action_if_sound(argument0) {
return audio_is_playing( argument0 );
}