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

[D&D 5e] Initiative Macro!

P.S: Beforehand I would like to warn you that I am not fluent in English and I am using certain resources to be able to communicate here, so I will try to expose my doubts very simply so that there are no errors. Hello! I'm having a problem with the D&D 5e macros. I accessed this  link  and got the normal stock template, with both tabs (advantage and disadvantage), but I wanted exactly the initiative template. Where can I find it? I searched everywhere and did not find it! The template I want: Would it be possible to format this code to have only one tab? &{template:simple} {{rname=rname}} {{mod=mod}} {{r1=r1}} {{always=1}} {{r2=r2}} {{charname=charname}} Thanks for the help!
&{template:simple} {{rname=rname}} {{mod=mod}} {{r1=r1}} {{normal=1}} {{charname=charname}} You need to replace {{always=1}} with {{normal=1}}
Kyle G. said: &{template:simple} {{rname=rname}} {{mod=mod}} {{r1=r1}} {{normal=1}} {{charname=charname}} You need to replace {{always=1}} with {{normal=1}} Thanks!! :)