[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 21:46, 20 August 2007 by imported>ShadowDancer (formatting)
Syntax:
SetActorValue StatName value SetAV StatName value
Example:
SetActorValue Strength 60 Player.SetActorValue Alteration 50
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.