Percents in Developer Help
mob verb XP() var/a = [src.xp]/[src.mxp]*10 src << "You have [a]% of the needed XP"
Try: > mob> verb> XP()> var/a = [src.xp]/[src.mxp]*10> src << "You have [a]% of the needed XP"> That might work. I am not sure.
> mob> verb> XP()> var/a = [src.xp]/[src.mxp]*10> src << "You have [a]% of the needed XP">
That might work. I am not sure.