ID:155780
 
Hi there, I'm still reasonably new to the whole DM coding so please excuse me for this newbie question.

How can I show my usr.wealth? If I want to check my wealth that I have collected. what code could I use to do this?

Thanks in adavnce
never mind, I figured it out

verb/goldcheck()
usr << "You have [usr.wealth] Gold"
In response to Saladon
you can also have it as a stat and it updates auto
mob/Stat()
stat("Wealth:",wealth)
In response to AmandaDD
Thank you. That helps alot :)
In response to Saladon
You may find my tutorials helpful as one of them covers this very topic. Check them out here : http://www.byond.com/members/ KyleZX?command=view_post&post=110646
In response to Kyle_ZX
Thanks