Because I have this thing in my game that locks monsters so they cant move and set it so that it says its in battle when it cant move, and sometimes people leave in combat, i want it to wait 7 min and then kill the monster...Would this work?
mob
monster
proc
WaitToKill()
if(src.islocked == 1)
sleep(7 min)
del src
~Ease~