#how to make a trigger handle equip to your hand an uneqip

1 messages · Page 1 of 1 (latest)

torn merlin
#

Well there is two circuits the equip to off hand an equip to dominant hand. Just choose one of the circuits and wire from the trigger handle released to the exec of the equip circuit

sage wing
#

Do the same system just add a bool variable

#

When you click the button once it turns true when you click it again it turns false

#

If it it true then have it drop and re equip

#

If it’s false then have it drop and not re equip

#

Your gonna wanna use a Not, IF, and bool variable