Switch to edit mode.
Name(s): look_self1: "Returns the room's description." 2: t = this:titlec() 3: player:tell(player:display_pueblo() ? "<font size=+3><b>" + t + "</b></font>" | t) 4: player:tell($list_utils:flatten(this:description(this.sitters))) 5: this:tell_contents(setremove(this:contents(), player)) 6: this:tell_exits(this:exits()) 7: $cecil_utils:autoextend()