One issue I have with any of the macros is the success/failure operators. Here is the situation Goal: Compare the spell caster's level of expertise to 1d100 and see if the caster can successfully analyze an item. Attempt: [[@{Level}*5+15>1d100]] What do I need to do to make this work? Can I make this work?