Hey all

I am creating a script, and I need the user to type text. It needs to be multi-line, but also needs to support colour. My first instinct was using an Editbox in a Dialog, but I don't know if it supports colour or not? I assume a multiline window would support colours, but it's not exactly what I am after, since the area where the user types is nothing more than an input bar to the main window display, whereas I intend to use the text in a different way, not just outputting to the main window, but as kind of like a text editor.

So which would be better, a window or a dialog editbox?