Deleted52779501User Posted March 23, 2020 Share Posted March 23, 2020 This is just an example but what i need to do is essentially if (x=1 and y=1 and z=1) OR override=1 Can't seem to work it out. I read the documentation but to be honest it confused me even more. Seems to me documentation is saying i have to do this: (x=1 or override=1) and (y=1 or override=1) and (z=1 or override=1) Is that really right? Edit: Seems that does work .. What a mess. Can close this thread.. Link to comment Share on other sites More sharing options...
ReDragon2013 Posted March 29, 2020 Share Posted March 29, 2020 probably this way override = 1.0 OR x = 1.0 AND y = 1.0 AND z = 1.0 OR Link to comment Share on other sites More sharing options...
Recommended Posts