ModActorValueAlt

From GECK
Jump to: navigation, search


Function Deprecated
This function should no longer be used. This page has been left for historical documentation purposes only.

xNVSE allows using Actor Value codes without the need for alternative functions.
See Actor Value Functions



A function added by the JohnnyGuitar NVSE Plugin.

Description

Permanently alters the actor value using a numeric Actor Value code instead of a Stat name. The modifier may be positive or negative.

Syntax

[help]
[Actor].ModActorValueAlt ActorValueCode:int Value:int 

Or:

[Actor].ModAVAlt ActorValueCode:int Value:int

Example

Player.ModActorValueAlt 5 3

This will permanently increase Player's Strength by 3

See Also