@verb #8056:":description" this none this rxdo #7951 @program #8056:":description" this none this {p} = args "Sector #, nebula, explored?" out = {tostr("Sector : ", this:num(), " in ", this.nebula, p:explored(this) ? "" | " (unexplored)")} port = this:port() this.beacon && (out = {@out, tostr("Beacon : ", this.beacon, "")}) port != $nothing && (out = {@out, tostr("Ports : ", port:title())}) "Warps-outta-here display:" sectors = {} for x in (this.warps) if (p:explored(this.universe.sectors[x])) sectors = {@sectors, tostr("", x, "")} else sectors = {@sectors, tostr("(", x, ")")} endif endfor out = {@out, tostr("Warps to Sector(s) : ", $string_utils:from_list(sectors, " - "), "")} return out "Last modified by manta (#7165) on Wed Dec 5 23:06:17 2001 MST." .