So I'm looking at GroupCheck which I currently use for things like groupInit and rolling saving throws and applying damage en masse to my enemies when necessary. I'm just curious if it's possible to set something up that applies a status to a token if a roll is ABOVE the given DC. Essentially I want to be able to use an Attribute on my token (Morale) as a base for the DC, query to apply modifiers, and then roll dice and compare to this DC, and because of the way the AD&D system works I need to apply a status if the target 'succeeds' (i.e. rolls higher than the the DC) rather than fails. Is that something I can do with groupCheck and tokenMod in concert, and if so can anyone help me set up the macro to do so? Thanks!