mob/verb/ADMIN
Stats(mob/M in world)
set category="Admin"
set name="Boost Stats"
M.Yen+=250
M.atkstr+=10
M.speed+=10
M.exp+=300
M.maxcp+=20
M.maxhealth+=20
M<<"Your statistics have been boosted"
M.Levelup()
Problem description: I am selecting another person but I am getting the Levelup() box, why?