Quick Sign In:  

Forum: General Discussion

Topic: null / do nothing action

This topic is old and might contain outdated or incorrect information.

doug9474ControlleristMember since 2019

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>

 

Posted Sun 06 Oct 19 @ 6:27 pm
locoDogPRO InfinityModeratorMember since 2013
literally the word nothing, or you could just leave a blank
[if true do nothing example]
deck 1 play ? : set 'notPlaying' 1
 

Posted Sun 06 Oct 19 @ 6:33 pm
doug9474ControlleristMember since 2019
Great! thanks.
 

Posted Sun 06 Oct 19 @ 6:34 pm


(Old topics and forums are automatically closed)