
I have used the TokenMod API (and copied from someone's macro) to make a macro that automatically imposes a condition marker on a selected token and fitted it to my custom markers. I also want the macro to post in the chat a description of what that condition does, but I'm not sure how to do it. I've tried reading about how to format macros but I don't understand how to combine different elements. If anybody could help it'd be much appreciated.
This is how the macro currently looks:
!token-mod ?{Status|
Blinded, --set statusmarkers#!blinded|
Charmed, --set statusmarkers#!charmed-illusion|
Deafened, --set statusmarkers#!deafened|
Frightened, --set statusmarkers#!frightened|
Grappled, --set statusmarkers#!grappled-restrained|
Invisibility, --set statusmarkers#!invisible-hidden|
Incapacitated, --set statusmarkers#!incapacitated|
Paralyzed, --set statusmarkers#!paralyzed|
Petrified, --set statusmarkers#!time|
Poisoned, --set statusmarkers#!poisoned|
Prone, --set rotation#270|
Restrained, --set statusmarkers#!grappled-restrained|
Stunned, --set statusmarkers#!stunned|
Unconscious, --set statusmarkers#!dead}