@getfield()

The @getfield() function will get a specific field (description, 
success, odrop, va, etc.) from a specific thing. That thing must
either be set examinable, or be owned by the player who owns the
program. The first argument is a number, representing the dbref
of the thing. The second is a string, representing the name of
the field.

Examples:
@getfield("204", "description")
@getfield("1092", "vc")