/mob/proc/Edit(var/mob/M as mob in view(5))
var/L = list("strength","endurance","agility","power","shield","offense","stamina","defense","vitality","stability","recorvery")
var/mob/E = input("Edit Variable", "Edit a variable") in L
M.E = input("What Value?","What Value?") as num
Problem description:
Edit Mob vars won't work.
Please help.
To edit a mob's variables, you're going to have to use the vars list, which is on all /atoms.