#----------------------#
-- LOON -- #
#----------------------#
tartalmazza:"std:file/path.alx"
#----------#
Konstansok #
#----------#
állandó LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "animal" "loon-call-42438.ogg"])
#--------#
Szkriptek #
#--------#
#----##----##----##----##
script onEnterZone=function onEnterZone() {
hívás emitSoundEffect([self, LOON_SOUND_PATH, 5%])
hívás emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
visszatérés()
}
#----##----##----##----##
```