```Alexmy
#----------------------#
-- HUARD -- #
#----------------------#
inclure "std:file/path.alx"
#----------#
Constantes #
#----------#
constante LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "animal" "loon-call-42438.ogg"])
#--------#
Scripts #
#--------#
#----##----##----##----##
script onEnterZone=fonction onEnterZone() {
appelez submitSoundEffect([self, LOON_SOUND_PATH, 5%])
appelez submitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
retour()
}
#----##----##----##----##
```