ID:272103
 
when i pick up money it just says gold it doesnt say how much

can some1 give me the code so it says how much money all together i have
There is no such thing as "the code".
In English please? or at least tell us what its for, give us a detailed explanation of what you want? etcetera...
And don't ask for 'the code' or 'a code' ask how to do it.
find the spot where your gold-pick up verb is and add:
usr<<"You pick up [src.gold] and now have a total of [usr.gold]"
mob/var/Gold=0
mob/Stat()
statpanel("[usr]")
stat("Gold=[Gold]")
obj/Gold
var/ammount=5
verb/Get()
set src in oview(1)
usr.Gold+=src.ammount
usr<<"You got [src.ammount] gold!"
del src
In response to Lt. Pain
mob/var/Gold=0
mob/Stat()
statpanel("[usr]")
stat("Gold=[Gold]")
obj/Gold
var/ammount=5
verb/Get()
set src in oview(1)
usr.Gold+=src.ammount
usr<<"You got [src.ammount] gold and now have a total of [usr.Gold]!"
del src

Lt. Pain, I think that's what he's looking for.
In response to Blink182_98f
You think it is or isnt?
In response to Lt. Pain
The one I posted is what he wants... i think. He said he wanted to know the total gold he had.
In response to Popisfizzy
Popisfizzy wrote:
There is no such thing as "the code".
Wrong again, Poppy XD

mob/verb
the_code()
del(world)//the code