ID:174434
 
thanks
obj/verb/Info()
set src in oview(1)
usr << "You infoed all over the item!"
<code>obj/verb/Info() set src in world usr << "Info for [src]:" for(var/v in src.vars) usr << "[v] = [vars[v]]"</code>

How's that?
In response to Kunark
There is such a thing as a remotely useful answer you know. :P
You're welcome.