@verb #7214:"@pages" any none none rdo #7214 @program #7214:"@pages" any none none player == this ? 0 | raise(E_PERM) if (length(this.pages) == 0) player:tell("You have no pages stored.") endif if (length(args) && args[1] == "clear") this.pages = {} player:tell("Saved pages cleared.") else for page in (this.pages) player:tell(page) player:tell("") endfor player:tell("Use `@pages clear' to remove your messages.") endif "Last modified by JS (#7214) on Thu Aug 3 10:38:20 2000 MDT." .