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?
Can one sequence wait for a message and send one?
Re: Can one sequence wait for a message and send one?
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?
Good point. I'll add that to the docs.