MESSAGE Element


MESSAGE (a child element of STEP) is used to display a message in the dialogue window.

Remarks

MESSAGE occupies the whole STEP. This means that if you choose to use MESSAGE in a step, you cannot use any other elements in that step.

Supported Values

MESSAGE supports the use of text as value.

Examples

  • <STEP>
    • <MESSAGE>Cloud: Let's go!</MESSAGE>
  • </STEP>