Switch to edit mode.
Name(s): look_self1: "Copied from Generic Super-Enhanced Room (#6886):look_self by Raptor (#6319)Jul 21 14:50:50 2000"
2: p = `player.pueblo_version ! E_PROPNF => 0'
3: player:tell(this:title(p))
4: desc = typeof(d = this:description()) == $LIST ? d | {d}
5: "desc = {};"
6: "if (p && this.image[1])"
7: " desc = {this:image(), \"\"};"
8: "elseif ((!p) || this.image[2])"
9: " desc = {@desc, (typeof(d = this:description()) == $LIST) ? d | {d}};"
10: "endif"
11: player:tell(desc)
12: player:tell("")
13: this:tell_exits()
14: player:tell("")
15: this:tell_contents(setremove(this:contents(), player))
16: "Last modified by Dax (#789) on Tue May 3 13:55:54 2005 MDT."