I noticed a bugs in the new messenger plus.
You can't set your PSM by script
demo code:
js code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message,MsgKind){
if(Message.indexOf("[test]")>=0){
Messenger.MyPersonalMessage = "test";
return Message
}
}
/*
> Fout gedetecteerd in regel 18 van "test.js": Object doesn't support this action.
(Code: -2146827843)
> Fout gedetecteerd in "OnEvent_ChatWndReceiveMessage".
(Code: -2147352567)
*/
Also, I think it is kind of a bummer the scripting part on the site isn't finished.
Some scripts might have broken due to the new release (one of mine has) and there is no possibility yet to upload a fixed version.
btw fun bug in the site: Go to the script section, enter a search string, but don't hit search. Now scroll down en press next...