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

Very siimple macro question!

1607553999

Edited 1607554069
Hi! How can i invert the orders of the questions??.....  I want the YES option appear by default and the NO as the 2nd option form Blood Vegeance question...... (I know it's a simple thing and it's just reverse the order of the code, but I don't know until what line I should do it) :S is a stupid thing, but I have tried several formulas, but I don't know which exact line is the end of the code Original CODE! /em @{selected|token_name} damages with its khopesh! &{template:simple} {{rname=Damage}} {{r1=[[1t[Khopesh-brutal] + @{selected|strength_mod} + 2 + ?{Blood Vegeance?|No, 0|Yes,1d[[ 8 + ([[ {@{Jürgen|hp},999}<[[floor(@{Jürgen|hp|max}/2)]] ]]*2) ]] } ]]}} {{normal=1}} {{charname=Slashing}} [``Critical hit``](!
#d10-slashing) &{template:desc} [[{{desc=**Blood Vegeance 6th** ``[[@{selected|pb} + @{selected|pb}]]`` extra damage, if you have reduced an enemy to 0 hp (next melee weapon attack until the end of your next turn) }}
/em @{selected|token_name} damages with its khopesh! &{template:simple} {{rname=Damage}} {{r1=[[1t[Khopesh-brutal] + @{selected|strength_mod} + 2 + ?{Blood Vegeance?|Yes,1d[[ 8 + ([[ {@{Jürgen|hp},999}<[[floor(@{Jürgen|hp|max}/2)]] ]]*2) ]] | No, 0 } ]]}} {{normal=1}} {{charname=Slashing}} [``Critical hit``](!
#d10-slashing) &{template:desc} [[{{desc=**Blood Vegeance 6th** ``[[@{selected|pb} + @{selected|pb}]]`` extra damage, if you have reduced an enemy to 0 hp (next melee weapon attack until the end of your next turn) }} I didn't test this, but this should swap the No/Yes portion of the query.  However, it looks like you may have some extra characters strewn about this macro as well.
Thx! Bro