I wrote a function to do this, but I'm having trouble with it.
I pass it this:
waitforit("Ode To Booze", 0);
and this is the function:
int waitforit(string buff, int turns)
{
print("buff ="+ buff);
print("turns ="+ turns);
if (turns == 0){
repeat { wait (10); refresh_status ()...