@verb #8054:"@verbso" any any any rxo #8054 @program #8054:"@verbso" any any any "Copied from //eurotic fo (#4081):@verbs by daredevil (#6612) Nov 22 13:51:05 1997" set_task_perms(caller_perms()) if (!dobjstr) if (verb[7] != "(" && verb[length(verb)] != ")") player:tell("Usage: @verbs <object>") return else dobjstr = verb[8..length(verb) - 1] endif endif thing = player:my_match_object(dobjstr) if (!$command_utils:object_match_failed(thing, dobjstr)) verbs = {} i = 1 while ((info = verb_info(thing, i)) != E_VERBNF) verbs = {@verbs, info[3] || E_PERM} i = i + 1 endwhile player:tell(";verbs(", thing, ") => ", toliteral(verbs)) endif "Last modified by Dax (#789) on Thu Nov 8 11:38:34 2001 MST." .