there is a setprintcount event?
edit so there is ok so how would i display a varible on that the var will be a number
Okay, this has been said before but i will repeat it and hope you get it.
Given:
Brick A - Printbrick, on which you want to show the variable number.
Brick B - Brick that you want to event so that it shows the variable on A.
Now, let's say we want to print 2 on A when we activate B.
We will have to event brick B like this.
onActivate>A>setPrintCount[2]
onActivate>A>vce_modvariable[brick][number][set][2]
This way, A displays 2 and will have a VCE variable (called number) that is also set on 2.
Of course, if you want to use this in a more dynamic way, you need a different approach indeed.
Such as, calculating stuff based on dynamically changing numbers (like score, deaths whatever) and want to display that on a printbrick.