Yes most recent and all in order. Here is the error message
Script 'Add-Ons 3' line 1327: No method error ocurred
undefined method 'size'for nil:Nilclass
and here is the script line under the add ons
if ids.size > 0 <= line 1327
skill = $data_skills[ids[rand(ids.size)]]
if battler.skills.include?(
skill.id)
target.damage
else
battler.learn_skill(
skill.id)
target.damage = "New Skill"
end
else
target.damage = 'Miss'
end
else
target.damage = 'Miss'
end
end
end
end