SetDialog

Appends a new line to the dialog window. A dialog line may contain several dialog options, that are represented by "[ButtonKey|ButtonText]" (must include the brackets in the dialog string). This shows that when ButtonText is clicked, Camelot sends a "input Selected ButtonKey" message.

Arguments
Argument Dialog Line
Type String
Default REQUIRED
Description New dialog line

Examples

SetDialog("Can I help you?")

SetDialog("Can I help you? [Yes|Yes!] [No|I do not need help!]")


See Also