I'm trying to write a small script which disables function X, then starts function Y and waits for it to finish, and then enables function X again.
However this doesn't work for me, as it just immediately skips to enabling function X, and then also doesn't keep it enabled after that, so the stoponexit and waitfunctionstop commands do not work.
This is what my code looks like, i'm using the commands described on this page: https://docs.qlcplus.org/v4/function-ma ... ipt-editor
I've also added the workspace if that could be of any use to anyone.
Code: Select all
stopfunction:141 // Moving head Dimmer effecten
wait:10ms
startfunction:139 // Moving head moving up
waitfunctionstop:139 // Wait for function 139 to stop
stopOnExit:false
startfunction:141 // Moving head Dimmer effecten
wait:2s
-Daan