How to Move References

From the CreationKit Wiki
Revision as of 14:41, 7 November 2011 by imported>Scornett (moved Moving References to How to Move References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem

Sometimes, you may want to move a specific reference (or set of references) from one location to another. For example, you might have a script or quest that points to a marker, and you want to move that marker to a different cell without breaking anything.

Cut/Paste and Copy/Paste don't work well in this situation, since the Paste process creates a duplicate of the content on the clipboard. To actually move the reference, you need to use the Move Render process.


Solution

1. Select the reference(s) you want to move.
2. Copy them (CTRL+C).
3. Find the location you want to move them to.
4. Move them (CTRL+M).
5. Confirm that you want to move the references.

The references you copied should now be in the new location.