@verb #8431:"ty*po" any any any rdo #8431 @program #8431:"ty*po" any any any "Copied from Leo (#8383):typo Jul 4 22:40:40 1997" if (!args || length(args) > 2) player.location:announce(player:title() + " says, \"Whoops, made a typo there...\"") player:tell("You say, \"Whoops, made a typo there...\"") elseif (length(args) == 1) player.location:announce(player:title() + " says, \"Whoops, that was supposed to be `" + tostr(args[1]) + "'.\"") player:tell("You say, \"Whoops, that was supposed to be `" + tostr(args[1]) + "'.\"") elseif (length(args) == 2) player.location:announce(player:title() + " says, \"Whoops, `" + tostr(args[1]) + "' was supposed to be `" + tostr(args[2]) + "'.\"") player:tell("You say, \"Whoops, `" + tostr(args[1]) + "' was supposed to be `" + tostr(args[2]) + "'.\"") endif "Last modified by Slacker (#55) on Tue Aug 20 11:54:20 2002 MDT." .