Talk:GetActorBaseFlagsLow

From GECK
Jump to: navigation, search

So I'm noticing that there's a "fixed" version of this function in Project Nevada's NVSE plugin which was made over three years ago, but that this function still seems to be borked.

I just tried out this function and it seems as though it's reporting bad values. For instance, (using TTW) Lucy West has both the female (1) and auto-calc stats (16) flags, but when I call GetActorBaseFlagsLow it yields 9 -- which is, coincidentally, female (1) and respawns (8). Given that I was trying to test to see if an NPC is a respawning actor, this made my mod go spiralling pretty badly out of control!

Is there any way the fixed version in PN can be rolled into the trunk?

--JT (talk) 02:37, 17 February 2015 (EST)


You are best off reporting this to hlp on the bethsoft forums, the current thread for NVSE is here: http://forums.bethsoft.com/topic/1512847-new-vegas-script-extender-nvse-v4/

-- Odessa (talk) 05:41, 18 February 2015 (EST)

Heh, I completely forgot to report this since I worked around the problem... well, at least it's been fixed in 5.0b2. =) --JT (talk) 15:22, 27 April 2016 (EDT)