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.
| Argument | Dialog Line |
|---|---|
| Type | String |
| Default | REQUIRED |
| Description | New dialog line |
SetDialog("Can I help you?")
SetDialog("Can I help you? [Yes|Yes!] [No|I do not need help!]")