Swap Between Two Weapons With One Key?

I’m reverse-engineering classic Doom. I’ve created the weapon swapping system, which allows you to switch to different weapons using the number keys on the keyboard. However, in classic Doom you swap back and forth between the standard shotgun and the super shotgun by pressing ‘3’. But I can’t figure out how to implement this. Right now I have the standard shotgun assigned to the ‘3’ key. I want to be able to alternate between the standard shotgun and super shotgun by pressing ‘3’, just like classic Doom.
How is this done?


You could try a flip flop in the “3” input A standard shotgun B super shotgun

3 Likes

Yeah, I figured it out recently. The Flip Flip node was the solution. Thanks for the response anyways. And I apologize for responding nearly a year later.

1 Like