Difference between revisions of "Talk:ActorValueInfo Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Mlheur
(Created page with "With Dawnguard installed, two non-skills have been made into skills, so skse returns true on IsSkill() but Actor.SetActorValue() says <pre> [07/10/2016 - 01:33:10PM] error: Ac...")
 
imported>Svarr
(Put last edit into topic)
Line 1: Line 1:
== Can't get/set certain actor values ==
With Dawnguard installed, two non-skills have been made into skills, so skse returns true on IsSkill() but Actor.SetActorValue() says
With Dawnguard installed, two non-skills have been made into skills, so skse returns true on IsSkill() but Actor.SetActorValue() says
<pre>
<pre>

Revision as of 10:31, 18 July 2016

Can't get/set certain actor values

With Dawnguard installed, two non-skills have been made into skills, so skse returns true on IsSkill() but Actor.SetActorValue() says

[07/10/2016 - 01:33:10PM] error: Actor value "MagickaRateMod" does not exist.
stack:
	[ (00000014)].Actor.SetActorValue() - "<native>" Line ?

or

[07/10/2016 - 01:33:10PM] error: Actor value "HealRatePowerMod" does not exist.
stack:
	[ (00000014)].Actor.SetActorValue() - "<native>" Line ?

Actor Values:

158	HealRatePowerMod
159	MagickaRateMod

I've not been able to find alternate names for these that work with getav