Replace the "i have no clue what this does" one with this, I think this is what he was getting at.
How to make a wrench event counter
- Make 2 print bricks beside each other, so you have a 2 number counter. Name the one on the left.
- For the first brick, make two events.
- onActivate -> self -> incrementPrintCount -> 1
- onPrintCountOverflow -> namedbrick (left brick's name) -> incrementPrintCount -> 1
- Click on the right brick. When you click on it, the number increases. When it goes past 9, the left number increases.