@verb #61:"call_verb" this none this rxdo #55 @program #61:"call_verb" this none this "call_verb(object, verb name, args)" "Call verb with $no_one's permissions (so you won't damage anything)." "One could do this with $no_one:eval, but ick." set_task_perms(this) retval = eval(z = tostr("return ", tostr(args[1]), ":(", toliteral(args[2]), ")(@", toliteral(args[3]), ");")) if (`retval[1] ! ANY') return retval[2] else raise(E_NONE) endif "Last modified by Lao-Tzu (#8084) on Thu May 17 05:57:55 2001 MDT." .