playMaker

Author Topic: Show money with money sign (SOLVED)  (Read 3088 times)

darrkbeast

  • Playmaker Newbie
  • *
  • Posts: 15
Show money with money sign (SOLVED)
« on: September 01, 2013, 12:14:49 AM »
Been looking through the forums and couldn't find what I was looking for. What I want to do is create a gui that shows the players current money. I already know how to set up the events and variables to disp the number and it works but just as a regular number. For example the player starts with 500, and it shows just that. I want it to show $500.00. I use NGUI for my GUI elements, so does anyone have a idea how to convert 500 to $500.00? Thanks. 
« Last Edit: September 03, 2013, 09:52:32 PM by darrkbeast »

uberwolfe

  • Junior Playmaker
  • **
  • Posts: 59
Re: Show money with money sign
« Reply #1 on: September 01, 2013, 06:04:05 AM »
Have you played with the Build String function? You should be able to achieve what you want using this :)

darrkbeast

  • Playmaker Newbie
  • *
  • Posts: 15
Re: Show money with money sign
« Reply #2 on: September 03, 2013, 09:47:57 PM »
I have not, but will right now. Thanks for your help.

darrkbeast

  • Playmaker Newbie
  • *
  • Posts: 15
Re: Show money with money sign
« Reply #3 on: September 03, 2013, 09:52:07 PM »
Thanks alot, 2 mins later and I got the results I was looking for. Thanks again

uberwolfe

  • Junior Playmaker
  • **
  • Posts: 59
Re: Show money with money sign (SOLVED)
« Reply #4 on: September 03, 2013, 10:51:43 PM »
Great to hear, no worries  ;D