Level(mob/characters/M in world)
set category = "GameMod"
var/amount = input("Level up how many times?") as num
while(amount > 0)
M.exp = M.maxexp
amount -= 1
M.level()
Problem description:Can Someone Please help me with this code it works but only on the person who has the verb i want to make it so i can level anyone in the game up mainly for Level 1 Moderators. Thanks.