Does anyone know why my scripts fail to run anytime I use the DMXOUT[channel] command? They build without error, but I can not pull the DMX value for any channel.
Example
value = DMXOUT[200]
set_intensity(10,value,2)
this script will build but not run.
Thanks
--Paul