@verb #995:"here_huh" this none this rxdo #9342 @program #995:"here_huh" this none this "Allows players to read instructions or graffiti VVOs." if (args[1] in {"read", "r", "re", "rea"}) argstr = $string_utils:from_list(args[2], " ") if ($string_utils:match_stringlist(argstr, {"instructions"})) $msg:mtell("instructions") return 1 elseif ($string_utils:match_stringlist(argstr, {"graffiti"})) player:tell(player.location == #1110 ? $string_utils:english_list(this.graffiti) + (length(this.graffiti) == 1 ? " was" | " were") + " here." | "The graffiti isn't very neatly painted; you can't quite read it from here.") return 1 endif endif return pass(@args) "Last modified by Dax (#789) on Mon May 7 13:39:46 2001 MDT." .