there’s a object mode in map, but we actually have multiple modes, like inner, outer. (this is misleading and is not explicated in the docs). installing a map in object mode will run the same procedure in all object modes.
how do I specify different procedures for different object modes without reimplementing all of them in a user mode? I can’t find any documentation about this. I’m guessing I have to involve %val{object_flags} for this but I find no examples for it.