Hello, I'm considering subscribing, I got a question I wanna make a Macro that runs and player has to type a random character interval (Y,Z,X,V,F) within 5 seconds (example: player gets "punched" and needs to type one of those in order to dodge) -Is that possible through API Macro? Sometimes the player might be hit by 2-3 enemies - can each have their own countdowns if each is a different macro? -And is that as well possible through API Macro? WHAT I MEAN AS EXAMPLE: Enemy#1: *Attempts to punch you in the face using his left jab, you have 5 seconds to press Y to Dodge* Countdown: 5 Countdown: 4 Enemy#2: *Attempts to kick your leg forcefully, using their left hand, you have 5 seconds to press X to Dodge* Countdown: 5 Countdown: 3 (from the other countdown) Player: Y Countdown: Successful! Countdown: 4 Player: X Countdown: Successful! Is this possible? And if yes, any guidance to do it? Thanks so much