I figured out the source of the problem I was having a while back with !shaped-import-monster --X If the monster in the script has an impossible bonus to a skill roll, the script crashes. For example, If a creature has a Wisdom of 12 (+1) and a Proficiency of +2, but in the script has a Medicine (Wisdom) bonus of +4 (Neither 1 + 2, nor 1 + 2 + 2, add up to +4), the script flips out. I'll just have to be extra careful and double check proficiencies in the future.