Hello everyone. For my homebrew campain, I have a macro to generate a certain amount of HP and MP when I create NPC according to their attribute (e.g. constitution 5 -> +35 HP ; intelligence 4 -> +20 MP). It work quite fine with "if" conditions in a powercard, but it takes about 30 seconds each time to read every condition. Is there a way to make the macro look up the HP value for one attribute level in a table instead of checking every level until it finds the good one ? I don't know if I'm clear and my script skills are really poor. I didn't find and APi to do the trick so if you know one, Please enlight me. Thank you