Blockland Forums > Help
How do I set a print bricks text with an event?
<< < (2/2)
DarkStride:
OnActivate - NamedBrick - FireRelay
OnActivate - NamedBrick - SetPrintCount - 3

 (33) OnRelay - NamedBrick - DecreasePrintCount
(1000) OnRelay - FireRelay
OnPrintcountUnderflow - Whatever you wanted here to happen.
OnPrintCountUnderflow - CancelEvents (This should be last, no matter what)

I think that should work, for what you want to do.
RUSH0814:

--- Quote from: DarkStride on January 25, 2013, 06:03:12 PM ---OnActivate - NamedBrick - FireRelay
OnActivate - NamedBrick - SetPrintCount - 3

 (33) OnRelay - NamedBrick - DecreasePrintCount
(1000) OnRelay - FireRelay
OnPrintcountUnderflow - Whatever you wanted here to happen.
OnPrintCountUnderflow - CancelEvents (This should be last, no matter what)

I think that should work, for what you want to do.

--- End quote ---
that didnt work :/
K3k0m@n:
Onactivate > Self> firerelay
onrelay > namedbrick > setprinttext > 10
onrelay > namedbrick > setprinttext > 9
onrelay > namedbrick > setprinttext > 8
onrelay > namedbrick > setprinttext > 7
onrelay > namedbrick > setprinttext > 6
onrelay > namedbrick > setprinttext > 5
onrelay > namedbrick > setprinttext > 4
onrelay > namedbrick > setprinttext > 3
onrelay > namedbrick > setprinttext > 2
onrelay > namedbrick > setprinttext > 1


if you want it to loop do "onrelay > self > firerelay" at the end.
Navigation
Message Index
Previous page

Go to full version