a mirror (#779)

(an instance of generic thing made by Snap)



Go to location of this object, Snap.



VERB SOURCE CODE:

tell:
call_verb = callers()[length(callers())][2];
this.owner:tell(call_verb);
seen = "";
for mood in (this.mood)
    for word in (mood[2])
        if (index(argstr, word))
            seen = mood[1];
        endif
    endfor
endfor
if (seen)
    this.owner:tell("You seem to be ", seen);
endif
.



PROPERTY DATA:
      mood