Jump to content

Script check for human races


Recommended Posts

Posted

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

Posted

all playable races have this keyword: ActorTypeNPC [KYWD:00013794]

so just make it so your script/spell only works on actors with that keyword.

Posted
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!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...