SetNPCSkeletonModel

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the Skeleton model path of the specified NPC form.

  • The 2nd argument modelPath is optional. If omitted, the model path is reset to the default one defined in the sNPCModelMale\sNPCModelFemale game settings.
  • In order for the visual change to be apparent on loaded references, Update3D must be used.

Syntax

[help]
SetNPCSkeletonModel npc:form modelPath:string

Example

SetNPCSkeletonModel Veronica "Characters\_Male\SkeletonAlt.nif" 

See Also