Hello, I was asked to repost so here it is ;) I am currently new and checking out the possibilities of ROLL20 for me
and my group as we are playing for quite some time over the net now and we need something more professional. We are playing a DSA /The dark eye a very popular system
in germany (it's the german D&D so to say) ;). As it is a very popular system I included it in the subject so any player of that system could give his input if he sees this post. I took a look at the
macro dice roll possibilities but it seems to me to be insufficient to
generate the dice rolls this specific system needs (as there is no
recursion or better said decision making possibility). Does the API for
mentor give you these possibilities? To make an example of what would be needed: Ability
rolls are allways made on 3 attributes (1-20 range) with 3d20. If a
roll is higher than the attribute you can use your ability score to
lower the die roll to get a success. Your remaining ability score drops
by the amount of used points. If you score 3 successes your ability roll
was a success and you also potentially want to know how much of your
ability score remains. Example: Attribute: Strenght 14, Agility 12 Ability: Climbing 6 Ability Roll for climbing Strength, Strength, Agility You
Roll 12, 15, 15 so you use up 0+1+3 of your ability score of 6 for a
reminder of 2. Your ability roll was a success and you also have 2
points left over. If your DM would have put a penalty of 3 points on
your ability roll then your climbing score would have been reduced by 3
before your roll and the ability roll would have been a failure because
your last roll would have failed. As I said I am new but it seems
to me the currently implemented roll mechanics would not allow for this
as I am not able to make a IF decision during execution of a macro. Am I wrong or going in the wrong direction? Also what would be needed to implement this? Thanks! Added as information about the system: <a href="http://en.wikipedia.org/wiki/The_Dark_Eye" rel="nofollow">http://en.wikipedia.org/wiki/The_Dark_Eye</a>