quote:
Originally posted by davidpolitis
Sorry, but how could I remove the count from the registry?
Do you want to literally remove the data from the registry or just reset the count?
1. a) If you want to remove the data from the registry, simply removing the script will automatically do this.
1. b) If you want to remove the data, but not the script (???), then you will need to run the program "regedit". Then go to the key "HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Swear Jar\Settings" and delete the settings from there.
NOTE: Be very careful editing registry settings. Your computer can stuff up if you don't do it correctly.
2. a) If you simply want to reset the count, follow the steps using "regedit" directly above while Messenger is not running.
2. b) Alternatively, add this line to the end of the script:
code:
Count = 0;
After running the script once with this line, the line can be removed.