Ako urobíš blázna v alexmy?

```Alexmy

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

-- LOON -- #

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

zahrnúť "std:file/cesta.alx"

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

Konštanty #

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

konštantná LOON_SOUND_PATH=

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

#---------#

Skripty #

#---------#

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

script onEnterZone=function onEnterZone() {

call emitSoundEffect([self, LOON_SOUND_PATH, 5%)])

call emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])

vrátiť ()

}

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

```