Jesse Welton <jwelton@pacific.mps.ohio-state.edu> wrote:
If you haven't done so already, you might add a check in this handler to suppress marking objects as seen if they have suppressAutoSeen = true, or something like that. That makes it pretty trivial to correct the problem in that minority of cases where an object should not be marked.
That's a great idea - I'll add that.
Yep - the name I've been using is setContentsSeenBy(), based on setSeenBy().This will hopefully share common code with the LOOK handler for rooms. A markContentsSeen method, or somesuch?