Hi all. First of all...sorry for my really bad english ^^.
I tried the following code as the reference suggest, but it doesnt't work
code:
function OnEvent_Initialize(MessengerStart)
{
var Wnd = MsgPlus.CreateWnd("window.xml", "Wnd");
}
I checked each to arguments, but they're right. Also tried with xml files taken from another scripts, but it doesn't work >.<