Ok, so im my new build I'm trying to make it so when I click on a brick, the print bricks increment their count by 1, and so the next brick in line will increment by 1 when it overflows.
Here are my EXACT events: OnActivate/NAMED BRICK/Print1/incrementPrintCount/1
And: OnPrintCountOverFlow/NAMED BRICK/Print2/incrementPrintCount/1
Whats the problem? How do I fix it?
I also think it's important to mention that I'm trying to Increment the print count by 5 on the first one.
Help please.