ID:322475
 
(See the best response by Neimo.)
When you code a Get() verb to an object and insert “set src in view()” wouldn't that generate unnecessary checks for a source? I ask that because when your close to it, it's verb is added to your verb list and I'm just curious.
Best response
Correct, adding set src in view() would add the verb to your verb list once you get within the view distance of the obj -- and I think this is so the obj knows who the verb should be given to.

Unless the obj is within your contents, you would use set src in usr instead, I believe.
Thanks Neimo. :)