Greetings! I have been working on a custom sheet for some time now that helps with automating a great deal of functions in combat. The only way it could be more streamlined is if my macro could figure out whether the attack hit or not, calculate and remove damage from the target's HP attribute if successful as well as reduce the user's MP automatically if necessary. As of right now the system works by making a d100 die roll and checking for crits while also populating a 'threshold' field that shows what the roll needs to be less than (based on the characters accuracy and weapon skill, or magic accuracy, or dexterity, or whatever). I s there a way to get the macro to compare these two (the die roll vs the threshold) in order to determine whether or not the attack was successful? Is there a way for a damage roll to be automatically removed from the target's HP attribute? Taking this one step further, if I could allow it to determine whether a status effect triggered or not and if so, to reduce the target's related attributes for the duration of the status. Can this be done via the API? Is there, perhaps, a script that already exists that would handle this request?