
Hithere,
I've been fooling around making some handy macros for an upcomming pathfinder campain (which I am GMing) and in one of them I am trying to have it whisper all the basic stats and ability scores back to me, but because I have them notated in the way suggested in the Pathfinder section (bonus/score, ie. STR 1/12) instead of the score I just get the bonus back. Having the sheet set up like that is very useful in all other capacities, but how do you get it to return the Max value?
Here is line in my macro for the sake of example:
If I have character's CHA at 3/16 the macro will return 3.
I've been fooling around making some handy macros for an upcomming pathfinder campain (which I am GMing) and in one of them I am trying to have it whisper all the basic stats and ability scores back to me, but because I have them notated in the way suggested in the Pathfinder section (bonus/score, ie. STR 1/12) instead of the score I just get the bonus back. Having the sheet set up like that is very useful in all other capacities, but how do you get it to return the Max value?
Here is line in my macro for the sake of example:
/w GM CHA: [[@{target|CHA}]]
If I have character's CHA at 3/16 the macro will return 3.