Is there a node with both buttons pressed option?

heya. i was wondering if there are nodes that could do what i want to do only if two specified keys are pressed. my problem is that the merge node does the action if one of the buttons are pressed, but I need a node where it has to be both and only both keys.

Heyo!

Indeed this needs to be handled prettier, I will try to add operator(and/or) property into the Merge node.

Two possible solutions right now, using the Gate node:

Using the Is True node, this could handle arbitrary number of keys:

3 Likes

I would solve this at this way:

Key_node

Simple and functional. PS: Iā€™m using the old Armory 0.5.

2 Likes