Jump to content

Function to force players to release an arrow (while drawing bow)? Vanilla Papyrus, Papyrus Extender, or anything


Recommended Posts

Working on a script that uses cloaked spell on the player to check when they are drawing a bow.  I need the script to forcefully release the arrow when player reaches certain condition (e.g. stamina reaches 0).

Everything else has already taken care of; something that I'm not sure about is the function to force arrow loosening.

ANy ideas?

Link to comment
Share on other sites

For the actual key tap you can try this input script

Input.TapKey(Input.GetMappedKey("Right Attack/Block"))

It will keydown and keyup your attack button. Test this to see if that releases the arrow while you are still physically holding said button. Never tried that and can't test atm so have to just see

Link to comment
Share on other sites

  • Recently Browsing   0 members

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