
Hi Everyone, So have been making a custom character sheet for the Smallville RPG system and have been working on making the various types of roll work. This has been going well so far but I've hit a bit of an impasse that I need some help with. /roll {@{resource_pool}+{@{challenge}+@{limit}+@{dice_pool}}kh2}>@{target_number} This roll adds the dice from the resource pool and then keeps two dice from the remaining attributes including the main dice pool. I would like this result to then be compared to a target number for successes, but when I do I get the error message: " G expression is not supported in a single sub-roll expression success check " which implies I cannot do this in a single roll. I would like to know if there is a way to make this work. Thanks, Everyone