Author Topic: Text to Printbricks using VCE?  (Read 701 times)

Is it possible to display the characters of a word (like a chat message) onto a series of print bricks using only VCE? I know there's a mod for something like this, but i want to use vce specifically.

Well there is on possibility... you could input the word/phrase you want with spaces between the characters, such as "a p p l e"

Then you would use the VCE word function to extract the words (or letters in this case). Then you would just use a series of ifVariables to display the extracted letter.

But I don't see anyway to use simply "apple"

Use the setPrintText event on RTB

Use the setPrintText event on RTB
I know there's a mod for something like this, but i want to use vce specifically.


Not possible.

Well there is on possibility... you could input the word/phrase you want with spaces between the characters, such as "a p p l e"

Then you would use the VCE word function to extract the words (or letters in this case). Then you would just use a series of ifVariables to display the extracted letter.

But I don't see anyway to use simply "apple"

I'll guess ill just have to do it like this.