A script could do it, but as far as I know no such script exists.
Does anyone know of a way to dynamically update the data values in a link without deleting and recreating the link?
For example, the valid data fields on a Flinderize link are: "Count", "Impulse", "Scatter?", and "Offset". If I wanted to change the count value for an existing Finderize link between a concrete object and an archetype it flinderizes into, the only way I can think to do it is to use NVLinkBuilder (or a conversation, I guess) to get rid of the link and then a 2nd time to put the link back with a new Count.
Or take a TPath lnk between two TerrPts. Suppose I want the Vator to go faster under some circumstances and slower on others. I could get rid of the link and then a put it back with a new "Speed" value, but it would be so much simpler just to change the data value.
Any suggestions?
A script could do it, but as far as I know no such script exists.