Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Keep Lowest 1

1498763645
Matthew C
Pro
Sheet Author
I am using the proper function to keep the lowest 1, but for some reason I cannot seem to get it to work. Roll code = {{roll=[[{ 1d10+[[@{ManoeuvreTotal}]], 10}kl1]] }} It is part of a template but that part is non important what I am trying to do is roll a 1d10 and add a stat (manoeuvre total) but I do not want it to ever go above 10 help would be appreciated
1498765270

Edited 1498765330
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
You must have the same sorts of expressions on both side of the roll (e.g. rolls,or pure numbers),replace that 10 on the right with {10} (this counts as a roll)
1498765615
Matthew C
Pro
Sheet Author
wow thanks, that was easier than I thought XD that solved the issue