@verb #12:"!*" any any any rdo #55 @program #12:"!*" any any any if (player != this) return $msg:mtell("huh") endif for m in (this.macros) if (m[1] == verb[2..$]) this:tell("You enact your ", verb, " macro.") for y in (m[2]) force_input(this, $string_utils:subst(y, {{"%a", argstr}})) suspend(1) endfor return endif endfor player:tell("You don't have a ", verb, " macro. Type @macros to see a list of your current macros.") "Last modified by MadHatter (#8371) on Sun Aug 25 20:13:45 2002 MDT." .