/// @description (Old DnD) - play sound
/// @param index sound index
/// @param loop true if playing a loop
function action_sound(argument0, argument1) {
audio_play_sound( argument0, 1, argument1 );
}