Author Topic: ChatToVars Event  (Read 469 times)

Basically, it would treat every letter of your chat message as a separate brick variable, up to maybe 20-25. You would have a field to enter the prefix for the variables.
Say I wanted to create a system for putting admins' chat on a series of evented print bricks.
The brick that the admin would click to do this would have these events:
OnActivate-client-VCERetroCheck-IsAdmin==1 [1 2 3]
OnVariableTrue-client-ChatToVars[CharA]
OnVariableTrue-namedbrick(CharA)-VCEModVariable(char)-set-[<var:br:CharA1>
OnVariableTrue-namedbrick(CharA)-firerelay

The individual screen bricks would have the event
OnRelay-self-setPrint[<var:br:char>]


Please consider the idea, give feedback, and possibly even make.
However, since this is me, I can't see this request going far.