
Hi, I'm kind of new to coding macros and I am trying to have a macro give the player an option to change a token Image. I found the various code that I want to combine. This gives the looking and functionality I want: !token-mod {{--set ?{Choose Setting |Normal,currentside#1 |Werewolf,currentside#2 } }} These provide the function to change to image: !token-mod --set imgsrc|<a href="https://s3.amazonaws.com/files.d20.io/images/346082247/7ktc0T9W_efWbZvMTIe7_A/med.png?1686708664" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/346082247/7ktc0T9W_efWbZvMTIe7_A/med.png?1686708664</a> !token-mod --set imgsrc|<a href="https://s3.amazonaws.com/files.d20.io/images/350289433/NNprLdVicAV-KUA-AJMJBA/med.png?1689359604" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/350289433/NNprLdVicAV-KUA-AJMJBA/med.png?1689359604</a> I've tried multiple things and just can't figure it out. How do I combine them into one macro? Thanks in advance!