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.