How to force mood check

Sometimes I like to perform tasks that require adventures by using visit_url(url). When I do this, even though adventures are spent, the moods are ignored and other between-adventure things do not trigger. This is obviously intended behavior as this would not be useful in most cases, but sometimes I need it to respect the mods. Is there any way to specifically force the script to check my moods and rebalance my buffs if needed?

Here's what I need:
while (condition) {
visit_url(some url);
look_at_moods();
}

Is there any way to do this?
 
Top