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

Back again! Need help with a drop down macro

okay here is the full set of involved macros: Damage-Mace 1d8+1 Damage-Cross 1d8 Damage-Dagger 1d4 MCatk: 5 Datk: 4 atk-mace: &{template:pf_attack}{{color=darkteal}} {{character_name=Predentes}} {{name=Mace}} {{attack= [[ 1d20cs>[[ 20 ]] + #MCatk + ?{Atk Bonus|0} ]]}} {{damage=[[#Damage-Mace +?{Dmg Bonus|0}]] }} {{crit_confirm=[[ 1d20 + #MCatk + ?{Atk Bonus|0} ]]}} {{crit_damage=[[#Damage-Mace +?{Dmg Bonus|0} ]]}} atk-crossbow: &{template:pf_attack}{{color=darkteal}} {{character_name=Predentes}} {{name=Crossbow}} {{attack= [[ 1d20cs>[[ 19 ]] + #MCatk + ?{Atk Bonus|0} ]]}} {{damage=[[#Damage-Cross +?{Dmg Bonus|0}]] }} {{crit_confirm=[[ 1d20 + #MCatk + ?{Atk Bonus|0} ]]}} {{crit_damage=[[#Damage-Cross +?{Dmg Bonus|0} ]]}} atk-dagger: &{template:pf_attack}{{color=darkteal}} {{character_name=Predentes}} {{name=Dagger}} {{attack= [[ 1d20cs>[[ 19 ]] + #Datk + ?{Atk Bonus|0} ]]}} {{damage=[[#Damage-Dagger +?{Dmg Bonus|0}]] }} {{crit_confirm=[[ 1d20 + #Datk + ?{Atk Bonus|0} ]]}} {{crit_damage=[[#Damage-Dagger +?{Dmg Bonus|0} ]]}} Attack Macro: ?{Which macro?|Mace,#atk-mace |Crossbow,#atk-crossbow |Dagger,#atk-dagger } When i try to use the last macro there, it just shows some of the first line of a macro, instead of the list I want, what am I doing wrong?
1473742332

Edited 1473742428
Tetsuo
Forum Champion
It looks like you need to replace the | and } symbols with html replacement entities in the weapon macros. Check out This thread for more info!
bleh >< fun XD I will try that now, report back soon
i made it into a button instead, it works haha, got tired of the html code of the longer version disappearing when i saved.