quote:
Originally posted by whiz
Why not put the application and icon in the script folder? Then you can pack the whole lot together.
To compile a script, you need to put all of the files in a ZIP folder, and then change the extension to ".plsc" (if you can't see extensions, go to Tools > Folder Options > View > Hide extensions for known file types (uncheck).
You also need to include a ScriptInfo.xml file...
Also superaktieboy,
Javascript code:
if (!(Messenger.MyStatus == 4 && boolDontNotifyOnBusy == true)) {
The above line instead of using 4 you can use
Javascript code:
if (!(Messenger.MyStatus == STATUS_BUSY && boolDontNotifyOnBusy == true)) {