Switch to edit mode.
Name(s): controls_verb1: "Does 'this' have permission to write on args[1]:args[2]?"
2: {OBJ, verb} = args
3: z = `verb_info(OBJ, verb) ! E_VERBNF'
4: if (z == E_VERBNF)
5: return E_VERBNF
6: elseif (this:controls(z[1]))
7: return 1
8: endif
9: "Last modified by whiz (#3135) on Thu Jan 31 21:59:59 2008 EST."