Does it support simple action type for weapons?

finaratic

Member
So i set up my custom character with deathmatch ai kit, i have shotgun and assault rifle for example, with assault rifle all work, but when i try give shotgun to AI they dont shoot, animation is played but not actual shoot happen, this was because for shotgun action module type is SIMPLE and it seems to only work with repeat, because with same set up AR gun work
 
This sounds like you're missing a use event. The AI doesn't control the actual firing - it is fired when the OnAnimatorItemUse event is sent or the Use timer is reached on the Shootable Action.
 
1736931508377.png
Here what i get from this weapon on use

I made another shotgun weapon and it worked with it, strange to be honest, set ups are same
Guess its solved now, something is off with the original weapon
 
Last edited:
The "cannot start use item" error is coming from the modules so your behavior tree is fine. @Sangemdoko, do you have an idea why the Simple Trigger Module would prevent the item from being used?
 
Back
Top