I'm using a script in my in-game walker to autmate the useage of mana potions..
LABEL(check)
CHARSTATUS(MP,<,75)
{
USEITEM(Mana Potion[iD=728])
}
DELAY(1000)
CALL(check)
Now I was wondering, does some1 have a script like this one to do the same think with CP potions, is it possible? Since CHARSTATUS(CP,<,75) does not work...
Thanks,
BS540