View Single Post
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,550

Old July 24th, 2017, 07:37 PM
Well, the hero field is called acCshSymbl.
The tag is Hero.CashBackwd.
I don't have the test scripts that I wrote to test it handy, but simply assign a new text value to herofield[acCshSymbl].text and you're good to go. If you want to move the symbol to after the number, add the tag. The timing isn't really an issue, PreTraits/5000 seems to work fine. If you were playing a fantasy game where it was all based in gold pieces, you might do it like so:

Code:
      herofield[acCshSymbl].text = " gp"
      perform hero.assign[Hero.CashBackwd]

_
Currently In Development: Savage Pathfinder, SWADE Fantasy Companion
Future Development: SWADE Super Powers Companion, SWADE Sci-Fi Companion
_
Currently Running: Savage Unity Inc. (homebrew multiverse theme)
Setting Files Supported: Deadlands: Reloaded, Flash Gordon, Gaslight, Hellfrost, Interface Zero 2.0, Seven Worlds, Slipstream, Solomon Kane
Future Setting Files: Savage Judge Dredd
CapedCrusader is offline   #168 Reply With Quote