As you can remember: AlcScript is kind of Chinese for me.

Someone please may correct my code of an clickable object that just plays a sound?
After exporting the age the object (a radio) is clickable, but I can't here the sound. The emitter is included too. So the code must be wrong.
- Code: Select all
SFX_Radio2:
type: soundemit
sound:
flags:
- autostart
- is3dsound
file: Breldur_Radio2
volume: 1
type: Ambience
maxfdist: 25
minfdist: 5
Radio2:
logic:
modifiers:
- cursor: poised
flags:
- localelement
activators:
- type: objectinvolume
remote: rgnRadio2
triggers:
- any
conditions:
- type: activator
activators:
- type: picking
- type: objectinbox
satisfied: true
actions:
- type: soundmsg
params:
receivers:
- 0011:SFX_Radio2
cmds:
- play
- setvolume
volume: 1
waiton: -1
Thanks again, friends.
