@alex-cr Thanks, I'lll give that a try.
Posts made by bret
-
RE: Testing If a Tool is Selected
-
RE: Testing If a Tool is Selected
@alex-cr I think it was just my logic error but I'm not sure what the value is when no tool is selected. I think its 0-3 for the tools.
-
RE: Testing If a Tool is Selected
@alex-cr said in Testing If a Tool is Selected:
state.currentTool
Thanks Alex, that variable did seem to work but only for tool 0. When I picked up T1 and T2, the variable stayed at a value of 0. Is there a list of these variables somewhere and what the different values mean?
-
Testing If a Tool is Selected
How can I test whether a tool has been selected? I want to use the test in an IF - ELSE branch. I have tried the T command but I can't figure out if it is returning anything that I can use to test.