#-----------------------#
#-----------------------#
zahrnout "std:file/cesta.alx"
#-----------#
#-----------#
konstantní LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "zvíře" "loon-call-42438.ogg"])
#---------#
#---------#
#----##----##----##----##
script onEnterZone=function onEnterZone() {
volání emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
návrat()
}
#----##----##----##----##
```