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 .
×

PTU Template Not Working

I am Starting up a PTU campaign and to match the built in Macros for the V2 sheet i want to use the PTU macro template, but whenever I make and test a macro it only shows the name of the macro. Code for referance: &{template:PTU} {{name=Accuracy Roll}} {{You Rolled A= [[1d20cs>20+@{acc}]]}} This was to be used as an ability. What is my problem?
1684606734

Edited 1684606766
Gauss
Forum Champion
Could you please supply an example of the "PTU macro template".  How you can do that:  1) Click something on the character sheet that rolls that template 2) Click on the input box on the chat tab (where you type) 3) Hit the up arrow on your keyboard 4) Copy the text and paste it here That way we can compare an example of the template in action vs your version, see if it is wanting something more. 
Thanks! that gave me a idea of how the macro works!
1684626606
GiGs
Pro
Sheet Author
API Scripter
It's likey your problem is here: 1d20cs>20+@{acc} In roll20, when you use the > it applies only on the next value. So this is baiscally (1d20cs>20) + @{acc} But you can make a single number by putting it inline roll brackets like this: 1d20cs>[[20+@{acc}]]