silvvyy Posted March 21, 2018 Posted March 21, 2018 as described, Im new to this modding thing and iv been working on a mod to create a gun that emulates the nitro express ,700 AKA "The Elephant Gun" and have been fiddling for hours trying to add a knock down effect similar to the knock down effect seen in the popular PTRS-41 AP rife mod id even be satisfied with the relatively simple knock down effects found in this mod https://www.nexusmods.com/fallout4/mods/10550/any advice would be appreciated
werr92 Posted March 21, 2018 Posted March 21, 2018 Create an enchantment to add to this gun, that will use OnEffectStart() event to check if the target is a humanoid, and then deal the blow with PushActorAway() function.
Recommended Posts