SetSkillRank, SetAbilityScore
prwo
Member Posts: 69
I want to modify the base skill rank and ability score of an (N)PC permanently with a script.
Like e.g. the PC goes to the gym and lifts some weights -> gets STR + 1. Something like that.
Right now the only method I know of is using permanent EffectSkill* and EffectAbility*, which are not really permanent, becuase they do not effect the base counters and wear off when they are removed.
Does anyone know a better way?
I guess there is no such thing as SetSkillRank and SetAbilityScore (at least I didn't find it).
Like e.g. the PC goes to the gym and lifts some weights -> gets STR + 1. Something like that.
Right now the only method I know of is using permanent EffectSkill* and EffectAbility*, which are not really permanent, becuase they do not effect the base counters and wear off when they are removed.
Does anyone know a better way?
I guess there is no such thing as SetSkillRank and SetAbilityScore (at least I didn't find it).
1
Comments
https://nwnlexicon.com/index.php?title=GetAbilityScore
...
https://nwnlexicon.com/index.php?title=EffectAbilityIncrease
"This effect should not be applied instantly, only temporarily or permanently. "
What I want to do is to increase the base ability score.