How can i change the value of a Increment Integer?

So, i’m creating a clicking game with integer and i want to make a Button that makes the Click Button turns to Double Click instead of One click, how can i set this?

What exactly do you mean change the click button to a “double click”? How are you using this “integer” I can’t understand your nodes. You can’t actually change the “increment” node (also you don’t even have a variable hooked up to it so it won’t even do anything currently) to increment more than +1 without going into the macro and changing the value it increments by. The double click stuff I am not even sure how that is working with this setup. Please clarify what you are trying to achieve.

I agree, it’s not clear what you’re trying to achieve. You have click and double click events, it’s up to you how you respond…