@verb #2345:"say" any none none rdo #9342 @program #2345:"say" any none none "Allow guardians to terminate hung prayers." if (this.prayer && index(args[1], "amen") && $object_utils:isa(player, $guardian)) player:tell("You mumble, \"", argstr, "\"") player:tell("The prayer in progress to ", this.prayer, " terminates with an EOF.") this.prayer = "" else return pass(@args) endif .