scripts!

10/10/2006 23:01 slodejci#1
well i got some problem i would like to know if it's possible to make a script, that bishop uses MP pots when he has liek 60% of MP....

automatic i think!
10/11/2006 14:09 slodejci#2
well i made a script but now it uses it only once how would i make him to use it every time MP gets lower than like 50%
CALL(Use)
LABEL(Use)
CharStatus(MP,<=,50)
{
USEITEM(ITEMNAME[id=728])
CALL(Use)
RETURN(0)
}

here's the script if someone knows plz tell me.