
Hi All! First off, complete newbie at using any kind of Macros or writing them, so I'm hoping that someone might be able to help me. Looking at the Power Rangers sheet specifically, there's a built in sheet roller that will roll skills with specialisations (using a ladder of 1d2,1d4,1d6,etc. kh1) and will roll either 1d20, 2d20kh1 or 2d20kl1 depending on whether or not it's a normal, snag, or edge. The template compares the roll to a difficulty you specify when you click the button, and tells you whether you suceed, fumble or critical. Criticals depend on the ladder roll being the highest (2 on a 1d2) and the skill being a success by the total. Using the chat box and the upwards arrow, &{template:powerrangers}
{{character_name=@{Michael|character_name}}} {{title=might}}
{{difficulty=[[?{Difficulty?|10}]]}} {{ladder=[[1d2]]}}
{{auto=[[0]]}} {{total=[[0]]}} {{result=[[0]]}} {{roll=[[?{Edge, Snag
or Normal?|Normal,1d20|Edge,2d20kh1|Snag,2d20kl1}]]}} I want to do a macro for a Grid Relic Weapon skill, so I know I need to change the title, and I'll manually have to edit the ladder. &{template:powerrangers}
{{character_name=@{Michael|character_name}}} {{title=grid relic weapon}}
{{difficulty=[[?{Difficulty?|10}]]}}{{ladder=[[{1d2}kh1]]}} {{auto=[[0]]}} {{total=[[0]]}} {{result=[[0]]}} {{roll=[[?{Edge, Snag
or Normal?|Normal,1d20|Edge,2d20kh1|Snag,2d20kl1}]]}} So from what little I can work out this will, for example, let me set the difficulty, let me choose edge, snag or normal, and roll 1d2kh1 (I appreciate that last part is currently superfluous!), however the total always shows as 0, the result is always a fail even if the roll is higher than the difficulty. Can anyone help me with this? Feel free to explain it as if I'm a five year old! :)