twinblade-infinity/scripts/action_end_sound/action_end_sound.gml

8 lines
153 B
Plaintext
Executable File

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