CopyName

From the Oblivion ConstructionSet Wiki
Revision as of 14:09, 12 September 2007 by imported>WereWolf
Jump to navigation Jump to search

A command for Oblivion Script Extender

Copies the name from the source to the target.

Syntax:

(nothing) CopyName srcObjectID:ref targetObjectID:ref

Notes

  • It is defined to work on Inventory items, but it can be used with any form.
  • To use with a non-Inventory item you must first assign the objectID to a ref.
  • For most forms the name is part of the base form and changing the name will change it for all instances of the type.

See Also