Helps to make C ++ node

Help make a node with one input number and one logical input with one output number. The task of the node is to add 1 when the button is pressed, when the button is released, the previously added block did not disappear when the button was pressed again, the block was added again and also saved when the button was released. Thank you in advance.

The easiest solution is to use a count node. Since count only resets to 0, you will need to add your starting number to count.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.