I need help with a double activated button

So you can have a button set to “Activate when receiving on” and you can have any other channel make that button pressable, but I need to have a series of buttons be pressed before you can press another. In my game with the Christmas event you are supposed to help a gim find cookies AND milk. you press the button to collect the milk and a different button to collect the cookies. Then once the two buttons are pressed you can go to a cabin where the cookies and milk are set and you can collect the set of cookies and milk. I hope this makes sense!

1 Like

One strange question. Does the solution need to include this channel?

so you want it so 2 buttons have to be pressed before another one can be?

Could you use a counter device to basically track progress?

1 Like

That’s the only way I can think to do it.

you could make a series of triggers, like you would have to press cookies, which would activate the milk, which would activate the last button.

or you could do the thing with the counter. set the buttons to player scope, then when they are pressed increment counter. set the counter’s target value to two, and make sure that it too has player scope. then you could make it so that the final button activates when the counter reaches its target value.

OR

you could use a checker, like, both buttons pressed, activate button?
I don’t know how checkers work, so this might be not be correct tho.

yes I need two buttons to be pressed to press this one

I will try this right now and tell you how it goes!

1 Like

Then as sam said, use a counter
Give the counter a target of 2 that increments after any of those first buttons
Once target is reached, send a channel that will activate any other buttons

do not click
I said no
NOO

Seriously? IM A BIRD

B R U H WHAT AM I PEOPLE

of course! If you want to add another button [1]
you can make the target higher


  1. and increment ↩︎

1 Like

That might work. i’ll go try smth right now.

don't click me
STOP
OFF TOPIC ID:6756

Dude I just saw hth’s goodbye message. Now there’s only like three birds left, me, WSG, and @Zappy_Zaptos :frowning:. I will miss Here_to _help & 2468. sigh
o7

1 Like

ur not the only bird left. @WSG is a bird, i don’t think they are gone, but they only appear like once a month.

Anyways use a property that gets update everytime a milk or cookie is grabbed, then have that property update a counter and broadcast on its goal. ping me for more info

If you figured it out please mark a solution!

This works but can you add another increment or sm

1 Like

I did make the target higher but there’s no option for another increment

You can add two channels in with a comma

example:
increment1, increment2

Ok I will try it now

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.