Hi, all. I'm setting up to run a session of the Alien RPG with a couple of new players, and I'm looking for a good way to create a macro around Panic rolls. The mechanic is: you roll a D6, add your character's stress level, then use the corresponding effect from a list. (And the higher the number is, in general, the worse the effect.) So, this isn't a rollable table, since I'm not picking from *all* of the items in the list. I'm just using the sum of a D6 and another number to pick an item from a list. Is there a good way to do that in a macro? The list is short enough that I wouldn't mind having to type out all of the items within a macro, but I'm not sure what syntax would accomplish that. Is there something like a myListOfEffects[1d6+(character.stressLevel)] ? Thanks!