can I have multiple attack buttons

Chrisf34

New member
I want to have more then one button for my melee style game, I see in the Opsive animations there are "Light Attacks" and "Heavy Attacks" can I set up one button to do the "Light Attacks" and the other button to do the "Heavy Attacks"? I have tried my self but can only get the one set of attacks to play or the other, can someone walk me through the steps of how you would do this so I can see what I did wrong? thanks
 
This would require having more than one Item Action on the same item, i.e. two different MeleeWeapon components. Then you would need to assign a different Action ID ("ID") to each, e.g. 0 and 1. Then you would need two different Use abilities and set the Action ID on each of them to match the IDs of the MeleeWeapon components. Then you can assign different inputs to each of those Use abilities.
 
Top