 
Make your players feel awful. Make them feel sinister. Make them feel righteous!  Add more depth to the social experience outside the hack-and-slash!  This is a simple script that shows a paragon and renegade option together, or solo along with some pretty formatting. It also grabs the current token's image, or if the token is tied to a character sheet with an image, it uses that over the token image.   NOTE:  It will not pull images from the marketplace due to security restrictions, but it'll work fine for any you upload yourself.   EDIT:  it appears the marcos I provided omitted the caption argument 'c:' fixed that so the marcos should be correct.          It accepts the following formats, the image comes from a selected token (or the sheet it references to over the token image):   !Morality p:(... I'm sure we can come to some agreement.):(bluff)%%r:(This is the last straw!):(intimidate)%%c:(Alfred looks on at you)
!Morality p:(... I'm sure we can come to some agreement.):(bluff)%%c:(Alfred looks on at you)
!Morality r:(This is the last straw!):(intimidate)%%c:(Alfred looks on at you)
!Morality p:(... I'm sure we can come to some agreement.):(bluff)
  For maximum utility, I'd suggest the following macros in your macro bar:   Morality-Both
!Morality c:(?{caption})%%p:(?{paragon}):(?{paragon-skill})%%r:(?{renegade}):(?{renegade-skill})
 
Morality-Paragon
!Morality c:(?{caption})%%p:(?{paragon}):(?{paragon-skill})
Morality-Renegade
!Morality c:(?{caption})%%r:(?{renegade}):(?{renegade-skill})
  Script: <a href="https://github.com/Roll20KenL/Roll20_API_Scripts/blob/master/morality.js" rel="nofollow">https://github.com/Roll20KenL/Roll20_API_Scripts/blob/master/morality.js</a> 
 
				
			 
 
 
 
 
 
 
