The list of commands at "https://grayface.github.io/mm/ext/ref/" such as this one adds skills to all characters and I just need to add to one.
Can someone help? thanks.for _, pl in Party do
local skill, mastery = SplitSkill(pl.Skills[const.Skills.Perception])
pl.Skills[const.Skills.Perception] = JoinSkill(math.max(skill, 4), math.max(mastery, const.Expert))
end