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

getting my formula to show in my macro.

Here is the macro: &{template:pf_attack}{{color=darkblue}} {{character_name=Ilmatar}} {{name=Bite}} {{attack= Bite [[ 1d20cs>[[ 1 ]] + #atk ]]}} {{damage=[[?{Which macro?|M,#Med-dmg |L,#Big-dmg }+?{Dmg Bonus|0} ]] }} {{crit_confirm=[[ 1d20 + #atk ]]}} {{crit_damage=[[?{Which macro?|M,#Med-dmg |L,#Big-dmg }+?{Dmg Bonus|0}]]}}{{Bite type=BPS}} This macro works, it asks all the questions, references the macros i need it to, but when it executes these parts ({{damage=[[?{Which macro?|M,#Med-dmg |L,#Big-dmg }+?{Dmg Bonus|0} ]] }} --------AND---------  {{crit_damage=[[?{Which macro?|M,#Med-dmg |L,#Big-dmg }+?{Dmg Bonus|0}]]}} It displays the result, but without the forumla used. I was curious if there was something I could do to get the macro to display the forumla when i hover over the result in chat?
P.S. The crit goal is set to 1 for testing.
1473709893

Edited 1473709940
Rose said: [[?{Which macro?|M,#Med-dmg |L,#Big-dmg }+?{Dmg Bonus|0}]] It displays the result, but without the forumla used. Within the values of each called #Macro, do you have an additional pair of [[inline roll brackets]]? If so, try removing them.
I did, and removing them fixed the problem ^_^ thank you!
Glad to hear it!