1eb @verb #1303:"do_command" this none this rx #1303 @program #1303:"do_command" this none this try if (caller_perms() != this) raise(E_PERM) endif if (index(argstr, this.abort)) this:tell("Command aborted.") return 1 endif return 0 except e (ANY) vinfo = verb_info(this, verb) vinfo[2] = strsub(vinfo[2], "x", "") set_verb_info(this, verb, vinfo) this:tell(toliteral(e)) endtry "Last modified by Tata (#1303) on Wed Feb 16 21:12:49 2000 MST." . 0