Xaliber13 Posted April 14 Share Posted April 14 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 More sharing options...
Sphered Posted April 16 Share Posted April 16 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 More sharing options...
Recommended Posts