Author Topic: how do i display a vce thing with prints  (Read 588 times)

so if 2 people vote on the print brick it says 2

on activate- named brick- increment brick count -1 ?


you don't need a variable for that, although if you want to make a variable display on prints, make a loop decrimenting the variable and firing a relay to the printbrick until it reachs 0, on the print brick, have it incriment for each relay, and fire a relay to the 10s places when it overflows, and so on

you don't need a variable for that, although if you want to make a variable display on prints, make a loop decrimenting the variable and firing a relay to the printbrick until it reachs 0, on the print brick, have it incriment for each relay, and fire a relay to the 10s places when it overflows, and so on
phflack im like a master of VCE and I didnt even understand that... maybe because its 12:00 at night and i havnt had any sleep....... who knows

phflack im like a master of VCE and I didnt even understand that... maybe because its 12:00 at night and i havnt had any sleep....... who knows

umm off topic but whats your name on blockland??? i am new to vce... well kinda but could you show me some cool stuff when your bored? Mine is "/Ty" ID: 997

Instead of using print bricks, you can use the event onActivate >> Client >> Bottom/Center Print(possibly chat message) >> <var:host:name>

It's called a variable replacer, by the way.