SetNPCWeight

From the Fallout3 GECK Wiki
Revision as of 05:28, 21 August 2014 by imported>Odessa (Created. source nvse_whatsnew)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the weight attribute of the specified NPC or calling reference. It is unclear if this attribute has any affect in the vanilla game. Added by NVSE 4.1.

Syntax

[help]
(none) Actor.SetNPCWeight NewWeight:float Actor:NPC

Example

SunnyREF.SetNPCWeight 55.0

See Also