Jump to content

Exit battle pose


Elsidia1

Recommended Posts

I don't know how it's named right. But when you press a button player enters in battle pose. When you hold reload button - player left battle pose. In that pose not works idle animations and akTarget.ChangeAnimArchetype(mytype) not working. How to force player or actor left that pose by script to aply akTarget.ChangeAnimArchetype(mytype)? player.stopcombat not works...

Link to comment
Share on other sites

Ok i found answer in another forum.

For others what have the same problem:

 

Game.GetPlayer().StopCombat()
Game.GetPlayer().StopCombatAlarm()
Game.GetPlayer().PlayIdle(1stPSheathe)

 

Somehow compiler in 1stPSheathe ignores first symbol. I solve that problem make in quests new property FstPSheathe and add object idle 1stPSheathe from original fallout 4 esm. Then i call those Game.GetPlayer().PlayIdle(libs.FstPSheathe) where libs is name of quest where property store.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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