Come si fa a fare un pazzo in Alexmy?

"Alessio."

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

-- PALLE -- #

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

includere "std:file/percorso.alx"

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

Costanti #

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

costante LOON_SOUND_PATH=

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

#--------#

Script #

#--------#

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

script suZonaInserimento=funzione suZonaInserimento() {

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

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

ritorno()

}

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

```