Difference between revisions of "ModActorValue2"

140 bytes added ,  15:44, 14 September 2007
no edit summary
imported>Talkie Toaster
imported>WereWolf
Line 8: Line 8:
  ModActorValue2 Strength -10  
  ModActorValue2 Strength -10  


ModActorValue2 modifies the current value of the stat by the specified value, without affecting the base value of the stat. Be aware that the value is an unrounded integer; ModAV2 StatName 3.9 would result in a 3 point change.
ModActorValue2 modifies the current value of the stat by the specified value, without affecting the base value of the stat.
Of critical note is that attempting to mod positive-only stats like health and attributes to negative values will cause the game to crash to desktop.


Other than [[ModActorValue]], this function acts exactly like spells:
==Notes==
* Be aware that the value is an unrounded integer; ModAV2 StatName 3.9 would result in a 3 point change.
* Of critical note is that attempting to mod positive-only stats like health and attributes to negative values will cause the game to crash to desktop.
* This function is identical to the console-version of [[ModActorValue]]
* Other than [[ModActorValue]], this function acts exactly like spells:


:*A negative value and can be undone with a restore spell.
:*A negative value and can be undone with a restore spell.
Line 18: Line 20:
:*A positive value will restore damage done to the stat, but it will not exceed the maximum value of the stat. ('''"Player.ModAV2 health 10000"''' will fully heal you but not give you 10000 health).
:*A positive value will restore damage done to the stat, but it will not exceed the maximum value of the stat. ('''"Player.ModAV2 health 10000"''' will fully heal you but not give you 10000 health).


<!--[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]-->


'''Notes:'''
[[Category: Functions]]
*This function is identical to the console-version of [[ModActorValue]]
[[Category: Functions (OBSE)]]
 
[[Category: Actor Value Functions]]
 
[[Category: Actor Value Functions (OBSE)]]
 
[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]
Anonymous user