As I end the conversation with Continue like below, it execute the command right away without delay. Is this expected?
Code: Select all
required PlayVideo(XXX)@4;
Continue();
Code: Select all
required PlayVideo(XXX)@4;
Continue();
Code: Select all
required PlayVideo(XXX)@4;
Continue()@12; // Assumes video is 8 seconds long.
Code: Select all
required PlayVideo(XXX)@4->Message(Done);
Continue()@Done();