Difference between revisions of "SetClass - ActorBase"

379 bytes added ,  14:26, 27 November 2013
Added note that class skills are not immediately updated after SetClass is used.
imported>DreamKing
(Added note that the class change will not persist across gaming sessions.)
imported>DreamKing
(Added note that class skills are not immediately updated after SetClass is used.)
 
Line 20: Line 20:
*This is a function performed on an ActorBase, meaning all Actors derived from this will have this class.
*This is a function performed on an ActorBase, meaning all Actors derived from this will have this class.
*Like most SKSE functions performed on an ActorBase, the change will not persist across gaming sessions. If you want a class change for an Actor to persist, you will need to implement the class change via the [[OnPlayerLoadGame - Actor|OnPlayerLoadGame()]] event or a similar mechanism.
*Like most SKSE functions performed on an ActorBase, the change will not persist across gaming sessions. If you want a class change for an Actor to persist, you will need to implement the class change via the [[OnPlayerLoadGame - Actor|OnPlayerLoadGame()]] event or a similar mechanism.
*In most cases, the skills of an Actor whose class has been changed via SetClass will not immediately update to reflect the distribution specified by their new class. An actor set to a PC level multiplier will update their skills the next time the PC levels up. Other techniques, such as toggling the actor's race, can be used to induce a more immediate re-evaluation of skills.




Anonymous user