Hello, I am looking for help with this part of a script. It was originally set to not open trapped pouches (hue 38). Now with the intro of charge pouches (hue 1161) I can not seem to put "and" after 38, to include both.
if graphic 'found' == 0xe79 and color 'found' == 38
I tried using
if graphic 'found' == 0xe79 and color 'found' == 38 and 1161. didn't work
thanks
if graphic 'found' == 0xe79 and color 'found' == 38
I tried using
if graphic 'found' == 0xe79 and color 'found' == 38 and 1161. didn't work
thanks