@verb #3236:"tell_exits" this none this rxdo #2773 @program #3236:"tell_exits" this none this "Copied from Generic Super-Enhanced Room (#6886):tell_exits by Raptor (#6319)Jul 15 12:23:09 1999" all = {} for x in (this:exits()) if (x.obvious) all = {@all, x} endif endfor player:tell("Exits:") if (!all) if (this:msg_noexits()) $msg:mtell("noexits") else return endif endif for x in (all) $msg:mtell(`player.pueblo_version ! E_PROPNF => 0' && `player:visual_option("parse_html") ! ANY => 0' ? "pueblo_exit" | "exit", $string_utils:capitalize(x:title()), x.dest) endfor .