
Sorry if my title is not very clear but here is the situation:
- Macro 1 : thanks to Token Action Maker, I created a button "Spells" for my bard. One of the spell is Viscious Mockery (see macro below)
- Macro 2 : I also created another button called "Mockery". When my player click on this button, it generate a random insult from a Rollable Table I created (see macro below)
I would love to incorporate Macro 2 directly into Macro 1. This way, when my player select the spell Viscious Mockery, it displays the dice roll, the spell description, but also a random insult.
How could I do that ? Could you please help me?
Note : I would prefer if the insult can be whispered to my player (Orionyx) et myself (MJ).
Macro 1 :
/w @{character_name} &{template:atk} {{desc=**Cantrips:**
[Minor Illusion](~repeating_spell-cantrip_-NZK0LDYWQmyx6HDg0zW_spell) | [Thaumaturgy](~repeating_spell-cantrip_-NZK0LDYWQmyx6HDg0zV_spell) | [Vicious Mockery](~repeating_spell-cantrip_-NZK0LDYWQmyx6HDg0zX_spell)
Macro 2 :
/w Orionyx [[1t[Viscious-Mockery-Insults]]]
Thank you in advance everyone ! Wish you all a great day !