View Single Post
jfrazierjr
Senior Member
 
Join Date: Aug 2013
Posts: 123

Old July 25th, 2017, 04:55 AM
Quote:
Originally Posted by CapedCrusader View Post
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]

Ok.. thanks.. I was concerned that I dreamed up that whole thing. I assume this is in the current release? Would I put this on a setting eval script?

EDIT: yep, was just able to test it and this worked a treat. Thanks!

Last edited by jfrazierjr; July 25th, 2017 at 04:58 AM.
jfrazierjr is offline   #169 Reply With Quote