Ok, new features time. v2.619 1. "MM_PATCH_LOOP {}" nodes. They will have the current node loop on the active top node until the HAS condition is not valid anymore. It has some really specific use from complex patch and can easily lead to infinite loops. A patch that would remove all ressource of all PART (of course there are easier way to do that) @PART[*]:HAS[@RESOURCE[*]] { !RESOURCE,0 {} MM_PATCH_LOOP {} }   2. Editing of values outside the current edited node. star