Difference between revisions of "DuplicateNPCStats"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>Vswe
m (Added Search Terms)
 
Line 17: Line 17:
[[Category: Actor Functions]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Actor Functions (CS 1.0)]]
<!-- Begin Search Terms
Duplicate
NPC
Stats
End Search Terms -->

Latest revision as of 07:52, 20 June 2008

Syntax:

DuplicateNPCStats NPCToCopyFromID

Example:

myClone.DuplicateNPCStats player

Duplicates all stats from NPCToCopyFromID onto the calling NPC. This includes:

  • Class
  • Level
  • Skills and attributes (these values get auto-recalculated and are not equal to the original)

See Also[edit | edit source]

CreateFullActorCopy