Switch to edit mode.
Name(s): check21: for x in (#7854.owned_objects)
2: x = toobj(x)
3: for q in (`verbs(x) ! E_PERM => {}')
4: if (`verb_info(x, q in verbs(x))[1].wizard ! E_PERM')
5: $command_utils:suspend_if_needed()
6: player:tell(x, ":", q, " has wiz perms.")
7: endif
8: endfor
9: endfor