@verb #3309:"st*and" any any any rxd #8438 @program #3309:"st*and" any any any "Syntax: stand - Stand up. If there is a real object in the room with a callable stand verb and that object is in the args of the call, that object will take precedence." for thing in (this:contents()) if (thing in {dobj, iobj} && $object_utils:has_verb(thing, verb)) return thing:(verb)(@args) endif endfor this:_stand(player) .