It is possible to display your own text with the following technique:
GuiXT Script:
Message "my special message" -statusline
On "/messagehelp" process="mymsgdoc.txt"
InputScript "mymsgdoc.txt":
Message "This is the first line of the msg explanation\nAnd this is the
second line" title="MSG Help"
|