Author Topic: VCE - save message as variable?  (Read 550 times)

I was just wondering if something like this is possible

0 on[trigger] -> self -> ifvalue -> <var:client:lastmsg> == [message (something)] [1 1]
1 onvariabletrue -> self -> modvariable [message] -> set [(something)]

?? is it possible to save a certain part of the incoming message into a new variable?


EDIT: where the "message" in [message (something)] would be used to trigger the variabletrue, and the (something) would be a textstring or value which I want to save

why not test it?
and you can save the whole message to a variable, not sure if you can dissect it easily

not sure if you can dissect it easily

Sure you can. Just use getWords (I think it's named something else now)