I found a truly idiotic issue with the Creation Kit:
When I check on a Draugr with the console command "GetInFaction" for a specific faction, it does recognize the creature as belonging to it, but when a Message Box checks for that it doesn't!
Use getfactionrank instead. It returns a negative number if the actor is not in the faction. Indeed with this command there is no need for GetInFaction.
Use getfactionrank instead. It returns a negative number if the actor is not in the faction. Indeed with this command there is no need for GetInFaction.
I'll try that...thanks for the suggestion. Jashkar
Use getfactionrank instead. It returns a negative number if the actor is not in the faction. Indeed with this command there is no need for GetInFaction.
Ok. Tried and doesn't work!
The amazing thing is that if I cast an area of effect reanimation, it works...but without that it doesn't!!
Definitely...undead and reanimation were hardcoded in a veritable crappy way. Jashkar