Jump to content

Reanimate mgef ?


hereami

Recommended Posts

Why it doesn't work for HumanRace? There seems be nothing special in FeralGhoulRace (like a specific flag or keyword), it's not even any DFOB, but the effect fully works for Ferals only - humans do get up (eyes closed, they're not revived even for a moment) and drop back immediately. Probably, i've missed something? Thanks.

Link to comment
Share on other sites

This is how I faked a glowing one resurrect on humans

akVictimREF.Reset()
akVictimREF.PlaceAtMe(pGlowingOneResurrectExplosion, 1, false, false, true)
(akVictimREF as Actor).SetValue(pAggression, 1.0) 	;Aggressive will attack Enemies on sight NOT neutrals.
(akVictimREF as Actor).SetValue(pAssistance, 1.0) 	;Helps Allies Will only help Allies.
(akVictimREF as Actor).SetValue(pConfidence, 4.0) 	;Foolhardy will never avoid/flee from anyone.
akVictimREF.SetLinkedRef(None, None)			;may resurrect with the keyword applied
(akVictimREF as Actor).EvaluatePackage()			
(akVictimREF as Actor).StartCombat(pPlayerREF as Actor)	
Link to comment
Share on other sites

  • Recently Browsing   0 members

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