mob/Admin/verb
TakeAttk(M as mob)
set category = "Staff"
alert("if you abuse this power you will be banned"
if(M.attktook<3)
M.canattack = 0
M << "you cant attack for 1 min..."
sleep(600)
M.attktook+=1
else
M.canattack = 0
M << "you won't be abel to attack until an admin sais so.."
M.attktook+=1
Problem description:
umm
somthing wrong with if(M.attktook<3)
how do i fix it >_<
</3>