
Hey guys! I have a spell that, like magic missile, casts more "attacks" per spell level, rather than more dice. However, I can't seem to find a way to have it reference the spell level as chosen to cast with, and I want to automate as much as I can. I have a description of the spell which says "Number of metorites: [Formula] I even know the formula needed, which is [[[Spell Level] -3] /2] and can get it to spit out the right number when I have it query me for the spell level. However, I want the spell to detect what level I have it cast at, whether that be 5, 7, or 9. I've tried things like @{spell-level], @{slot-level}, and things in a similar line, but I can't find whatever variable is used for what level the spell is cast at.