|
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.
|