hi im doin a noble quest script , everything works perfect but seems i cant understand how to START combat and kill the mobs till u get legend of seventeen and then use a soe and keep up whit the script , heres what u have tried as i learned reading but seems it dosent works
CALL(Legend)
LABEL(Legend)
SET(FIGHTSTART)
DELAY(1000)
ITEMCOUNT(Legend Of Seventeen[iD=7587],==,1)
{
UseItem(Scroll of Escape[iD=736])
DELAY(27000)
SET(FIGHTSTOP)
}
LABEL(Continue6)
DELAY(27000)
any help?