SAC Posted December 27, 2020 Posted December 27, 2020 I have a cloak spell which does stuff to nearby NPCs. Problem is I'd like the associated script to run on humans only, not other races. Since there are a bunch of human races in skyrim (not to mention custom races introduced by mods), is there a simple(r) way to check for humans other than listing all the races (default, nord, breton etc)? TY
MadMansGun Posted December 27, 2020 Posted December 27, 2020 all playable races have this keyword: ActorTypeNPC [KYWD:00013794] so just make it so your script/spell only works on actors with that keyword.
SAC Posted December 28, 2020 Author Posted December 28, 2020 22 hours ago, MadMansGun said: all playable races have this keyword: ActorTypeNPC [KYWD:00013794] so just make it so your script/spell only works on actors with that keyword. Thank you very much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.