Hello everyone, A couple years ago, I've made a bunch of skill function macros to play Pathfinder 1st Edition with consolidated skills. These macros included embedded rolls like a melee touch attack to Catch, some random durations, etc. At that time, and during an entire campaign, these worked perfectly when put in the {{notes=}} entry of a &{template:pc} macro. Today, I've tried to integrate them to a new game for an upcomming campaign, and every single iteration of embedded rolls sends "There was an error with your formula. Please try again." in chat. I've tried toying around to solve the issue, to no avail. Embedded rolls put directly in chat and inside a default template work perfectly, but they *never* do with a template of the Pathfinder by Roll20 Characher Sheet, no matter where you put them. Here's a placeholder for you to test it out : [test](`/r 1d6) After a bunch of tests, it seems only the "/r" command is blocked, so I've found a clunky workaround using "/me" and inline dice rolls, like so : [test](`/me [[1d6]]) But even then it gives a weird result. Every single time the button is pressed, the roll is the same (or I have a god-like luck rolling the same number every time) as if the result is preset when you use the base macro, and the result in chat is sent like so : John Doe (GM) Rolling 1d6 = (5)`>5 Maybe the workaround is what's causing the preset result problem, but the thing is normal embedded rolls should work, right ? I'm a bit lost on what to do now, either remove all of them or ask the forum for guidance. You're my last hope !