View Single Post
Quote:
Originally Posted by olderbrother View Post
Thanks, Rod, it worked. I can now see all actions, not just the "next" ones. However, I'd rather not see the actions I've already completed!
Hi David,

Having a quick look at the script, I would say you should be able to change line 135 to:

Code:
if (completed of firstTask is false) then
    set nextAction to true
else
    set nextAction to false
end if
I haven't tested it thoroughly, but it seeeeeems to work for me. :)