Difference between revisions of "Script:Morality"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 4: | Line 4: | ||
{{script version|1.00}}<br> | {{script version|1.00}}<br> | ||
{{script lastmodified date| 2015-2-18}}<br> | {{script lastmodified date| 2015-2-18}}<br> | ||
− | <span style="font-variant:small-caps">'''Code:''' | + | <span style="font-variant:small-caps">'''Code:''' {{repo|Roll20KenL/Roll20_API_Scripts/blob/master/morality.js Morality}} </span><br> |
<span style="font-variant:small-caps">'''Dependencies:''' None </span><br> | <span style="font-variant:small-caps">'''Dependencies:''' None </span><br> | ||
<span style="font-variant:small-caps">'''Conflicts:''' None </span> | <span style="font-variant:small-caps">'''Conflicts:''' None </span> | ||
Line 11: | Line 11: | ||
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. | 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. | ||
− | + | * {{fpl|1625207 (Script)Morality, now with 50% more guilt and goodness}} - how to use | |
+ | * {{repo|Roll20KenL/Roll20_API_Scripts/blob/master/morality.js Morality}} - sourcecode | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Changelog === | === Changelog === | ||
{{changelog version|1.00|2015-02-18|* Release}} | {{changelog version|1.00|2015-02-18|* Release}} | ||
− | + | <br><br> | |
[[Category:Discontinued API Scripts]] | [[Category:Discontinued API Scripts]] |
Revision as of 12:25, 21 May 2021
API Script
Author: Ken L.
Version: 1.00
Last Modified: 2015-2-18
Code: Morality
Dependencies: None
Conflicts: None
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.
- (Script)Morality, now with 50% more guilt and goodness(Forum) - how to use
- Morality - sourcecode
Changelog
v1.00 (2015-02-18)
- Release