2b6 @verb #51:"w*hat" none none none rxdo #60 @program #51:"w*hat" none none none if (!(this:ok(who = player in this.active) && typeof(this.texts[who]) == $LIST)) player:tell(this:msg_nothing_loaded()) else player:tell("You are editing ", this:working_on(who), ".") player:tell("Your insertion point is ", this.inserting[who] > length(this.texts[who]) ? "after the last line: next line will be #" | "before line ", this.inserting[who], ".") player:tell(this.changes[who] != 0 ? this:msg_change() | this:msg_no_change()) if (this.readable[who]) player:tell("Your text is globally readable.") endif endif "Last modified by Dax (#789) on Tue May 3 13:45:02 2005 MDT." . 0