Author Topic: Print score and in-game user name.  (Read 869 times)

I want know how I can make brick with the print, I have event prints, If player click the brick print will show player's name on the brick prints and If item or hole bot hit the brick print will count on the prints to reset set zero.
How I can set it up in the event for brick prints?

I'm not really understanding what you want but it sounds like you can solve this by getting setPrintText on rtb and then adding one event

onActivate Self setPrintText <var:cl:name> <var:cl:score> (x)

on the left print brick
Then if you click it it shows your name and score on the row of prints

???

I'm not really understanding what you want but it sounds like you can solve this by getting setPrintText on rtb and then adding one event

onActivate Self setPrintText <var:cl:name> <var:cl:score> (x)

on the left print brick
Then if you click it it shows your name and score on the row of prints

???
Umm...
1. If I want use Projectile Pinball hit to the brick start countdown 20 reach to zero then reset 20 again.
2. If I want my user name on brick print, I have to click on the brick will change my name and someone click the brick change thier user name on the print, I mean how It can be done change name on the brick prints?

Umm...
1. If I want use Projectile Pinball hit to the brick start countdown 20 reach to zero then reset 20 again.
2. If I want my user name on brick print, I have to click on the brick will change my name and someone click the brick change thier user name on the print, I mean how It can be done change name on the brick prints?

1. Um... you didn't say any of that in the OP?
2. Use the event I posted

1. Um... you didn't say any of that in the OP?
2. Use the event I posted
I don't explain clear in first place. Can I join your server and test it?
If they are worked, then I will save the brick.

I don't explain clear in first place. Can I join your server and test it?
If they are worked, then I will save the brick.
My ipad refuses to run blockland so I can't host

My ipad refuses to run blockland so I can't host
I am going to Host anyway, soon coming up. It is up now.
« Last Edit: September 02, 2013, 07:19:43 PM by Furling² »

onActivate Self setPrintText <var:cl:name>(x)

It say FFFFFFFF, It not say my name Furling.

It say FFFFFFFF, It not say my name Furling.
You have to put the event on the first brick in a row of prints, not on all. setPrintText will fill them automatically.

You have to put the event on the first brick in a row of prints, not on all. setPrintText will fill them automatically.
Join to my server and build some of them, I will look at your event.