You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh world with no modules, foundry v11, dnd5e 2.4.0:
If you create a skill check using the full name of a skill ([[/skill perception]]), that is the value stored in config.skill.
When that value is passed to actor.rollSkill, it gives an error, since it expects the ID, not the full name.
The text was updated successfully, but these errors were encountered:
On a fresh world with no modules, foundry v11, dnd5e 2.4.0:
If you create a skill check using the full name of a skill (
[[/skill perception]]
), that is the value stored inconfig.skill
.When that value is passed to
actor.rollSkill
, it gives an error, since it expects the ID, not the full name.The text was updated successfully, but these errors were encountered: