Is it possible to move a reference from one cell to another without changing its reference ID? Basically a move move not a copy move. Cutting and pasting an NPC from one cell to another will obviously change its reference ID but I'm not sure if a batch command functions in the same manner?
So here's the scenario: I have two NPCs in holding cells that are scripted to be moved to a vanilla xmarker in a vanilla cell which works perfectly fine until another mod deletes that xmarker for reasons unknown. So to get around this I'd like to pick a random cell in the Tamriel worldspace to move those two NPCs to so even if the scripted move fails at least they can still run to their destinations.
Also does anyone have any clever workarounds up their sleeves? I've considered going so far as to create a door between the holding cell and the vanilla cell then replace the door at the destination with an invisible non-interactive object to try and make it one-way but I'm not sure that'll work quite as effectively.