GetInFaction: Recognized on console, but NOT on condition!

Post » Wed Jun 20, 2012 1:18 pm

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!

Any hint?

Thanks,
Jashkar
User avatar
[Bounty][Ben]
 
Posts: 3352
Joined: Mon Jul 30, 2007 2:11 pm

Post » Wed Jun 20, 2012 10:14 am

It is known and noted: http://www.creationkit.com/GetInFaction

You can try using the papyrus version. http://www.creationkit.com/Actor.IsInFaction_%28Papyrus%29
User avatar
Michelle Smith
 
Posts: 3417
Joined: Wed Nov 15, 2006 2:03 am

Post » Wed Jun 20, 2012 1:08 pm

It is known and noted: http://www.creationkit.com/GetInFaction

You can try using the papyrus version. http://www.creationkit.com/Actor.IsInFaction_%28Papyrus%29

Well...sorry, but it's obvious that was noted...I've noted it myself!! XD

No. I cannot use the Papyrus version, since the CK doesn't pick up that as condition.

Jashkar
User avatar
Courtney Foren
 
Posts: 3418
Joined: Sun Mar 11, 2007 6:49 am

Post » Wed Jun 20, 2012 7:47 am

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.
User avatar
Jah Allen
 
Posts: 3444
Joined: Wed Jan 24, 2007 2:09 am

Post » Wed Jun 20, 2012 8:42 pm

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
User avatar
Devin Sluis
 
Posts: 3389
Joined: Wed Oct 24, 2007 4:22 am

Post » Wed Jun 20, 2012 12:47 pm

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
User avatar
Marguerite Dabrin
 
Posts: 3546
Joined: Tue Mar 20, 2007 11:33 am


Return to V - Skyrim