Jump to content

Increase Unarmed reach when performing Ranger Takedown


Hulgore

Recommended Posts

Hello,

I'm a complete noob at scripting and I am trying to figure out how to write a short script. I would like to increase the reach of the Unarmed weapon equipped when performing the Ranger Takedown move, to simulate the reach of a kick.

Once the animation is done, the reach would reset to default one.

I've been trying so far to create inside "Data/NVSE/plugins/scripts" a .txt file named gr_RangerTakedownReach

Inside of it I tried to put the following :

if Player.GetWeaponAttackAnimation == 10 && Player.HasPerk RangerTakedown
    Player.SetWeaponReach 2
endif

Obviously it doesn't work at all and I can't tell what is wrong with what I did. 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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