greyday01 Posted March 18, 2023 Share Posted March 18, 2023 Is there an easy way to determine whether a npc hit by a spell is a person vs something like a dragon or horse? Link to comment Share on other sites More sharing options...
maxarturo Posted March 18, 2023 Share Posted March 18, 2023 (edited) You can add conditions to your spell's magic effect, such as: GetIsRace HasKeyword But if you want to obtain the npc and then do something to it, then you need a script in the 'magic effect'. You can use again one of these or both. https://www.creationkit.com/index.php?title=GetRace_-_ActorBase https://www.creationkit.com/index.php?title=HasKeyword_-_ObjectReference Edited March 18, 2023 by maxarturo Link to comment Share on other sites More sharing options...
Recommended Posts