[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
SetActorValue
Revision as of 12:10, 2 March 2006 by imported>Maturin
Syntax:
SetActorValue StatName value SetAV StatName value
Example:
SetActorValue Strength 60
SetActorValue sets the stat's base value to the new value.
NOTE: Although called on a reference, this function actually changes the value on the base actor (thus the base value on all references of that base actor). Note also that ModActorValue modifies the stat value only on the reference, and so is usually preferable.