Author Topic: Events - Print Name  (Read 360 times)

How would I, if possible, make an event through VCE or something to the effect of when one player clicks a brick, their name is placed upon print bricks (VCE prints?) and when another person cones along, there name is put below the last name and so on?

Possible?

If you can subtract letters from a value, then yes.

%1 one is the client.

One simply must record that as a string of characters, find out how long it is, and then subtract the various letters to get each individual letter.

Then use your magic print brick events to add each letter to a corresponding print.

Not sure how exactly that would be done... but I'll try sometime.

There are database events somewhere that I assume do something like this, but I can't figure them out because there is no guide anywhere and there are so many events trial and error would take forever.

Ok, thanks. I'll ask around and see what people know, but you should be able to use %1 to get the name letter by letter - somehow.