@verb #12:"@new-macro @macro" any none none rdo #55 @program #12:"@new-macro @macro" any none none if (player != this) return $msg:mtell("huh") endif if (argstr == "" || argstr[1] != "!" || length(args) > 1) return player:tell("Syntax: ", verb, " ![macro]") endif for y in (this.macros) if (y[1] == argstr[2..$]) return player:tell("You already have that macro.") endif endfor this.macros = {@this.macros, {argstr[2..$], {}}} player:tell("Macro added.") "Last modified by Dax (#789) on Mon Dec 10 21:33:42 2001 MST." .