I’ve created a new shared parameter called “location” to place the room names which are connected to each specific door. It works well when dealing with one door per room, but it gets tricky when there’s more than one door to a single space.
In this case, I need to introduce a copy of the value for both index (4 & 5), which is easy to do, but it gets harder to solve if the case was index 4 and 7, or even if there were more than 2 rooms with more than 1 door connected to it. Question is, how do I replace the required values in a single list in the place I need them (right after the original index and being followed by the other items on the list as they were laid originally)?