Want to see if there is a way to do what I want. I'm making a macro for a spell, I want it to work with the 5e spell tracking, so I want to query the user for the spell level. However, the spell's level will also determine how much damage the spell does. Is there a way to query for the spell level and have the result of that query affect the damage? Currently, I have a separate macro for each spell level, which isn't terrible but also not ideal.