Yeah, sound good. As for pulling items from inventories, I'd recommend event-driver approach, rather than periodically polling if there is any item to pull. So, you would listen on inventory change in an entity, and then find if there is anything that pulls items from that block, and if so -...