
I'm making a Short Campaign where the players have some "bound" NPCs that can get infected by a plague that's rampaging through the city (yes, it's pathologic inspired). I want to make a macro where, every evening each NPC will have a chance to either advance in their infection to the next stage or resist it for the night. For this, I set up 2 macros, one which says the plague was resisted for now along with a flavour image and another which says it advances with another flavour image. Now I'm struggling to make the main macro. I want it to have a quary which asks for "resistance" and adds it to a d10 rolled. If they roll an 8 or above, they resist for the night, if they roll below, the infection continues. So, for that, I want to set the DC to 8, and depending on wheather the DC was reached, display one of the other two macros. I tried to look online how to do this, but I simply can't find anything. Will appriciate any and alll help!