@verb #6886:"tell_exits" this none this rxdo #6319 @program #6886:"tell_exits" this none this 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("pueblo_exit", $string_utils:capitalize(x:title()), x.dest) endfor "Last modified by Raptor (#6319) on Sat Feb 19 13:46:54 2000 MST." .