Setprint event.

Author Topic: Setprint event.  (Read 1232 times)

So right now you can only set numbered prints through events.

Anyway to set actual prints for events?

I would be able to make animated prints easily if that were the case
« Last Edit: October 02, 2018, 02:49:37 AM by King Tøny »

Yes. You can do this easily with VCE.
I just got home from work. I'll show you how in an hour.

That would be cool, I'm not that familiar with VCE

try this

Code: [Select]
[x][0] onActivate -> Client -> BottomPrint("<var:br:printname>", 3, 0)
[x][0] onActivate -> Self -> VCE_modVariable("Brick", "printname", "Set", "2x2r/mintor1")

the first event line is used to tell you what the name of the print is on the brick (so you can know what to put for line 2), and the second event line changes the print on the brick.

also credit to Jam Jar for this because he showed me how to do this too a month ago