Well thanks, i see now and i just simply add .PNG
Unfortunately its still failing :/
Heres part of the script from the menu...
js code:
case "set":
FSO.CopyFile(Messenger.MyDisplayPicture, MsgPlus.ScriptFilesPath + "\\normal.PNG", true);
break;
case "Normal":
Messenger.MyDisplayPicture = MsgPlus.ScriptFilesPath + "\\normal.PNG";
Messenger.MyStatus=3;
stop();
break;