I'm trying to make a sort of thing that uses 2 buttons, 1 to switch weapons, and one that uses it. How would I use it, if to switch, I would have to:
unwield weapon1
wield weapon2
while weilding one weapon1 to switch, and use:
unwield weapon2
wield weapon1
In one button?
And the weapons use different attacks, also. Weapon1 uses jab, and weapon2 uses bop. So how would I use variables and stuff to make it work?
unwield weapon1
wield weapon2
while weilding one weapon1 to switch, and use:
unwield weapon2
wield weapon1
In one button?
And the weapons use different attacks, also. Weapon1 uses jab, and weapon2 uses bop. So how would I use variables and stuff to make it work?