 
Hi all,  How do people playing d20 handle attributs in the roll20 character journals? My natural inclination is to create a 'str' attribute and stick in the value for that attribute (e.g. 15). However, you can't then access the attribute directly in macros, since what you actually want is the bonus/penalty (e.g. +2). So the next obvious solution is to just stick the bonus/penalty in there, but in which case I need to record the actual attribute elsewhere (at least for long lived characters where it matters due to progression).  A third option is to perform the calculation in the macro "(@{str} - 10)/2", but that's ugly (and I'm not sure if there's a way to drop fractions).  Is there a better way to do it?  Thanks. Sam.
 
				
			 
 
