¿Cómo se hace un somorgujo en alexmy?

```alexmy

#----------------------#

-- SOMBRERO -- #

#----------------------#

incluir "std:archivo/ruta.alx"

#----------#

Constantes #

#----------#

constante LOON_SOUND_PATH=

joinPath(["res.lmn", "sfx" "animal" "loon-call-42438.ogg"])

#--------#

Guiones #

#--------#

#----##----##----##----##

script onEnterZone=función onEnterZone() {

llamar a emitSoundEffect([self, LOON_SOUND_PATH, 5%])

llamar a emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])

devolver()

}

#----##----##----##----##

```