
Hello All, I've been using a custom Prof bonus of value="ceil((@{level})/5)" for my sheet. However, I now use the bonus is some e.g. I want to multiply the bonus and use the result as an amount of dies e.g. [[(Prof*2)d6]]. However since the formula pulls @{prof} as ceil((@{level})/5) it doesn't work no matter how I structure the formula always resulting in "formula = ceil((@{level})/5)*2 [ignoring the d6]. I've noticed that in Roll20 5e sheet Prof is a straight numeric value. I've been digging in the code but I couldn't find solution in there. Thanks in advance. edit: As an extreme measure I can just do a drop down for levels and assign prof value to each level individual, but its not very clean.