1c2 @verb #3852:"searchquote" any any any rdo #3852 @program #3852:"searchquote" any any any player:tell("Searching quote for instance of '", argstr, "'...") for quote in [1..length(player.quotes)] if (index(player.quotes[quote], argstr)) player:tell("[", quote, "]: ", player.quotes[quote]) endif $cmd_utils:suspend_if_needed(0) endfor player:tell("...Done...") "Last modified by HIghoS (#3852) on Sat Jan 20 22:08:42 2001 MST." . 0