What is good to use for a null / do nothing action in VDJScript? For example with a conditional operator:
<condition> ? <do this> : <don't do anything here>
geposted Sun 06 Oct 19 @ 6:27 pm
literally the word nothing, or you could just leave a blank
[if true do nothing example]
deck 1 play ? : set 'notPlaying' 1
[if true do nothing example]
deck 1 play ? : set 'notPlaying' 1
geposted Sun 06 Oct 19 @ 6:33 pm
Great! thanks.
geposted Sun 06 Oct 19 @ 6:34 pm