8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
/// @description (Old DnD) - end the sound
|
||
|
/// @param soundid sound id
|
||
|
function action_end_sound(argument0) {
|
||
|
audio_stop_sound( argument0 );
|
||
|
|
||
|
|
||
|
}
|