Page 1 of 1

Can one sequence wait for a message and send one?

Posted: Sun Jun 16, 2019 6:31 pm
by AoF
I did not see an example of this here: https://www.pixelcrushers.com/dialogue_ ... ences.html

What syntax do I use if I want a sequence to wait for a message and send one?

Re: Can one sequence wait for a message and send one?

Posted: Sun Jun 16, 2019 6:42 pm
by AoF
The docs kind of hint at this (but I'd prefer it shown in a real example, personally), but you can do this: Sequence()@Message(One)->Message(Two);

Re: Can one sequence wait for a message and send one?

Posted: Sun Jun 16, 2019 7:59 pm
by Tony Li
Good point. I'll add that to the docs.