Kick;
As you may know I'm writing a profile that will do different dailies in concession. What I want to do is only move the toon to a certain location if it hasn't delivered the dailies of that location yet. So for example:
If (haven't turned in any TB dailies yet)
Go to TB
Do TB dailies
/if
If (haven't turned in any Therazane dailies yet)
Go to DH
Do Therazane dailies
/if
etc.
This way it will be easy to restart the profile but it will also be possible to do some dailies manually and then start the profile.
I don't think Quest bot does this automatically. Or at least; if it does, I haven't found a way to make use of it.
I'm using !IsQuestCompleted at the moment. But if a quest has been completed but not turned in yet, IsQuestCompleted doesn't cut it.