Say this was a script nothing else what would be wrong with it.
code:
function OnEvent_ChatWndSendMessage(oChatWnd, sMessage){
if (sMessage === 'hello'){
MsgPlus.DisplayToast('hello', 'Capital letters remember and full stops');
}
else if (sMessage === 'hiya'){
MsgPlus.DisplayToast('hiya', 'Capital letters remember and full stops');
}
The debuging dosnt open some how?