ID:145936
 
Code:
obj
Gold/Bag
icon='Objs_1.dmi'
icon_state="Gold_Bag"
var/amount
verb/Get()
set src in oview(1)
usr.gold+=amount
del(src)


Problem description: Well, the verb just doesn't show up. Awhile back it used to work just fine, I haven't changed a thing and now it doesn't.

Well, are you sure you are getting /obj/gold/bag not /obj/gold?
In response to Kalzar
I'm sure.
In response to Mazoku
On a side note, you didn't specify what the amount of the gold is.