I'm trying to check if 1 of 2 different keys are being held down.
{EXP:({STATE_RIGHTMOUSEBUTTON} + {STATE_LEFTMOUSEBUTTON})}
Or
{EXP:({STATE_KEYSTATE:SHIFT} + {STATE_KEYSTATE:CTRL})}
Just as examples...
I figure the answer to either would be 0, 1, or 2.
If the answer is 0, then the command would continue, and if not, it would stop.
I tried to log the answer, when there was one. It was something like {EXP:(0 + 0)}, Sorry, didn't think to write down at the time.
My question, what am I doing wrong. I want to be able to add two tokens to get a answer. I can do it other ways, but this would be faster. Is it possible to do it this way?, if so, what am I doing wrong....
Thanks for any help you can give.