Blockland Forums > Help

How do I set a print bricks text with an event?

Pages: (1/2) > >>

RUSH0814:

   Hey everyone! So, I'm building this arena where everyone is put in a.. well, I'm building something, and that is all you need to know ;) So anyways, I will get to the question, I have made a 4x4 cube floating in the air, with four print bricks, one on either side of it. I am wondering, how do I event the print bricks text to change? I would like to make a countdown from 3. Help?

Zeblote:

Get this:
http://forum.returntoblockland.com/dlm/viewFile.php?id=2933
Then put this event on the brick (example):
onActivate Self setPrintText [A] [not checked]

RUSH0814:

If I wanted to make a countdown, from 10, how would I do that?

Zeblote:

Then you would use setPrintCount (default event)

RUSH0814:

I want to use relays. How would I use this in a relay? I imagine it would be

OnActivate>NamedBrick>FireRelay
(Delay 0) OnRelay>NamedBrick>SetPrintText>10
(Delay 1000) OnRelay>NamedBrick>SetPrintText>9
(Delay 2000) OnRelay>NamedBrick>SetPrintText>8
(Delay 3000) OnRelay>NamedBrick>SetPrintText>7

AND SO ON

But that doesnt work? why not?

Pages: (1/2) > >>

Go to full version