Gate Enter Fire Weapon

Trying to make a full auto weapon, whenever I drag event tick to the enter part of the gate it works fine, however I can only have one event tick and that is being used for something else, what should I place onto the enter part of the gate?

235517-mac-10-full-auto.png

You can create a custom event “Tick_FireInput”, make it enter your gate.
Then, at your tick event, add a call to that custom event “Tick_FireInput”

235573-screenshot-307.png

Thanks man I was trying to figure this out for a while, I don’t know why I didn’t think of this