Difference between revisions of "Common Mistakes"
Jump to navigation
Jump to search
→Persistent Doors: GetBaseActorValue Includes Ability Fortify Effects
imported>Dev akm |
imported>Dev akm (→Persistent Doors: GetBaseActorValue Includes Ability Fortify Effects) |
||
Line 15: | Line 15: | ||
Moving the addtopic lines out of the NPC's script and into the topic's result script box will avoid the issue. | Moving the addtopic lines out of the NPC's script and into the topic's result script box will avoid the issue. | ||
== GetBaseActorValue Includes Ability Fortify Effects == | |||
The GetBaseAV function does '''not''' accurately report the unmodified base value of stats that are changed by constant ability fortify effects. To get the true base value, you'll have to check for any constant ability fortify effects and subtract them from the result of GetBaseAV. This is a common problem with many player leveling mods. | |||
== Persistent Doors == | == Persistent Doors == |