
Hi, I am new to creating macros, and I have a couple that I am trying to combine that gives a choice, but I am having issues. This is what I currently have. ?{Choose Form|Lycan, #LycanImage #LycanStats |Vampire, #VampireImage #VampireStats } Here are the 4 sub macros #LycanImage !token-mod {{--set imgsrc|<a href="https://s3.amazonaws.com/files.d20.io/images/364090753/InG7SeOkRdL0YrQzasypRQ/med.png?1697832605" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/364090753/InG7SeOkRdL0YrQzasypRQ/med.png?1697832605</a> }} #LycanStats !setattr --sel --silent --mod --Strength|2 --Dexterity|2 --Constitution|2 --Intelligence|-4 --hp_temp|10 --passive_wisdom|2
!setattr --sel --silent --alignment|Chaotic Evil #VampireImage !token-mod {{--set imgsrc|<a href="https://s3.amazonaws.com/files.d20.io/images/360453615/iXJDd4Ib-t1KqKF4lgF8oQ/med.png?1695579288" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/360453615/iXJDd4Ib-t1KqKF4lgF8oQ/med.png?1695579288</a> }} #VampireStats !setattr --sel --silent --mod --Strength|-2 --Dexterity|-2 --Constitution|-2 --Intelligence|4 --passive_wisdom|-2
!setattr --sel --silent --hp_temp|0 --alignment|Neutral Evil Individually they work great, It's only when I try to combine them and add the Chose option that it doesn't work. I get the option to choose, but instead of showing "Lycan" & "Vampire", it shows "Lycan" & "<a href="https://s3.amazonaws.com/files.d20.io/images/364090753/InG7SeOkRdL0YrQzasypRQ/med.png?1697832605" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/364090753/InG7SeOkRdL0YrQzasypRQ/med.png?1697832605</a>", which is the link for the Lycan image. I currently have #LycanImage and #LycanStats combined into one macro and #VampireImage and #VampireStats combined into one macro. I would like them all in one to give the player to choose Lycan or Vampire. Any help you can offer would be greatly appreciated.