Sorry, forgot about the ESC button. I reuploaded a fixed file in my post above.
Btw do you know the range of the percentage numbers for Cast and Recovery? In principle these values can still be updated automatically by doing a string comparison of the style: if ("100%" == "100%"){value=100}; if ("101% == ... - you get the idea. However, if the range is something like 50% to 300% then you'd have to run 250 string comparisons each time you update it, not sure if you want to waste so many operations just for that. Let me know.
|