just trying to figure out if i have done this right or not. i am trying to have a trigger evaluate between two variables, if either are true, i want it to activate.
if (rX) <= "45" or (rY) <= "45" then
this line works if the first is true, but doesn't seem to work on the second. any suggestions? (also sorry if this is on the forum somewhere, i spent some time searching and couldn't find a relevant answer.
if (rX) <= "45" or (rY) <= "45" then
this line works if the first is true, but doesn't seem to work on the second. any suggestions? (also sorry if this is on the forum somewhere, i spent some time searching and couldn't find a relevant answer.