Yes, I take item ID from my walker, but this still doesnt work... :/ Use sometimes 1-2 pots but nothing more.
Yesterday I wrote that script, it works in 90% but when I run game today - work like sh1t.
LABEL(MANA)
{
Delay(500)
CHARSTATUS(MP,<,90)
{
Delay(19500)
USEITEM([iD=23054])
}
}
JMP(MANA)