2022-08-07 14:14:04 -07:00

3 lines
82 B
Plaintext

function se_play(soundeffect) {
return audio_play_sound(soundeffect, 0, false);
}