Huisdier thuis
```Alexmie
#---------------------#
#---------------------#
neem "std:bestand/pad.alx" op
#----------#
#----------#
constante LOON_SOUND_PATH=
joinPath(["res.lmn", "sfx" "dier" "loon-call-42438.ogg"])
#--------#
#--------#
#----##----##----##----##
script onEnterZone=functie onEnterZone() {
call emitSoundEffect([self, self_id, LOON_SOUND_PATH, 5%])
opbrengst()
}
#----##----##----##----##
```