#--------#
-- LOON -- #
#--------#
Include „std:file/path.alx“
#----------#
Konstanten #
#----------#
Konstante LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "animal" "loon-call-42438.ogg"])
#--------#
Skripte #
#--------#
#----##----##----##----##
script onEnterZone=function onEnterZone() {
Aufruf emitSoundEffect([self, LOON_SOUND_PATH, 5%])
call emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
zurückkehren()
}
#----##----##----##----##
„