```alexmy
#----------------------#
-- LOON -- #
#----------------------#
inclua "std:arquivo/caminho.alx"
#----------#
Constantes #
#----------#
constante LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "animal" "loon-call-42438.ogg"])
#--------#
Scripts#
#--------#
#----##----##----##----##
script onEnterZone=função onEnterZone() {
chame emitSoundEffect([self, LOON_SOUND_PATH, 5%])
chame emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
retornar()
}
#----##----##----##----##
```