Jump to content

Is there a way to bind multiple actions to a single key in GZDoom?


Recommended Posts

So I'm playing Hedon: Bloodrite which uses a fork of GZDoom and I'd like to be able to use multiple items at once without having to press five keys at the same time. I could bind these specific items to something easy like Y-U-I-O-P but I want to see if I can do this instead. I found this Reddit thread also asking the same question, however when I enter a bind manually into the console (and confirm it made it into the config file) as:

 

bind O "use InventoryPotionofStoneskin; use InventoryPotionofHaste; use InventoryAmuletofShadows; use InventoryElementalRing; use InventoryChokeroftheBeast; use InventoryPotionofMight"

 

The only item that gets activated when I use the "O" key is the last item, Potion of Might.

 

Am I doing this wrong or is what I'm trying to do not feasible?

 

Edited by Cursed Lemon

Share this post


Link to post

I'm not sure you can do more than one use action per tic. Try adding "wait" instructions in between each use command.

Share this post


Link to post
20 minutes ago, Gez said:

I'm not sure you can do more than one use action per tic. Try adding "wait" instructions in between each use command.

 

Waddayaknow, that did it. Adding "wait 1" between each command used all the items in quick sequence.

 

Thanks!

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...