Last edited by Celery; Oct 5 2011 at 06:28.
Need commands that can tell when a sound/music has finished / how long it has been playing etc.
Also, being able to change the volume and/or pitch/tempo whilst it's playing.
Check out my music on SoundCloud. Thank you.
- ArmA 2 Optimisation tips, FPS Helper v1.21, ArmA2 chat
I would like to see logging to an external file (like the RPT, but clear and done by scripts only, as RPT is messy because you have to filter away alot of stuff).
Maybe I'm just fussy, but I think it will simplify persistent scripts for alot more people.
I want to be able to manipulate (particularly stop) specific sounds without elaborate workarounds.
Code:handle = playSound "soundName"; 0 fadeSound handle;