Open Drazev opened 9 months ago
I don't know your code base well. Though I followed the entire event chain and noticed it was only ever sent "Animal". Also when you mouse over the hypertext in the journal entry it says "Animal DC:15" as well. So the problem likely lies where you created the clickable field after saving into the journal.
Describe the bug A clear and concise description of what the bug is. The Request Roll inline syntax creates an exception when you attempt to make a roll request for any skill that includes a space in the name. One example is Animal Handling for DND5e. Debugging shows that it will only parse out the first token "Animal" and attempt to find a matching skill, which creates an error.
Text used
To Reproduce Steps to reproduce the behavior:
Expected behavior A roll request should be made with the requested skill
Screenshots
**Please comp
lete as much of the following information as possible:**
Find the Culprit
to make sure it isn't a module interaction.: No. This is definitly a problem parsing the string.Additional context