Man I found the mana potions script in the forum (some times a little bit of search is good :P )
Label(INICIO)
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Mana Potion[iD=728])
DELAY(1000)
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(1000)
Call(INICIO)
If you want to ask something just do a quote and reply.