Function check_permission:
Defined in module vsupport (file: /std/object/vsupport.c)

check_permission(what) calls who->allow(what) in our owner, if one exists.
Used by many of the verb routines to keep players from fiddling with things
in other player's/monster's inventories.

Prototype:
mixed check_permission(string what);
