quote:
Originally posted by foaly
shouldn't that be:
code:
var PlusWnd = MsgPlus.CreateWnd("ChoicesWnd.xml","WndColor");
It depends: if you want to make PlusWnd a local variable (removed when OnEvent_ChatWndSendMessage ends), you add "var" in front of it. If you want it to be a global variable, you drop the "var"
quote:
Originally posted by foaly
and the XML has to be in unicode 16...
That is UTF-16:
quote:
Originally posted by Wikipedia
In computing, UTF-16 (16-bit Unicode Transformation Format) is a variable-length character encoding for Unicode, capable of encoding the entire Unicode repertoire.