NanaFreak
Scripting Contest Winner
Posts: 1476 Reputation: 53
32 / /
Joined: Jul 2006
|
RE: Whats wrong with this (debuging will not open as well) :(...
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');
}
}
|
|