SetActorValue

From GECK
Jump to: navigation, search

Link to TES4 Construction Set Wiki: SetActorValue.

A function included in the GECK for Fallout 3.

Description

SetActorValue sets the stat's base value to the new value.

See Stats List for a list of stats that can be accessed using SetActorValue.

See ActorValue to understand how Actor Values are calculated.

Syntax

[help]
Actor.SetActorValue StatName:actorValue Value:int 

Or:

Actor.SetAV StatName:actorValue Value:int

Example

Player.SetActorValue Health 3
SetActorValue Strength 6 

See Also