Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
Trying to remember this while not having the logic in front of me, so bear with me and any errors, it's not my strong suit.
But if you want to have the umbrella not attack when it's open, I assume you have a button to open/close it?
Wire the same button (We'll call is "S" from now on) to a toggle. A two input selector with output on option "B" set to constant signal and "A" left blank will work. Just wire that button into the "next" input (I forget the actual term, advance?) And make sure the "umbrella closed" state is timed with "B".
Now wire bot the "B" output on the selector and the attack button into an "AND" gate. Wire that into the attack animation.
What this does is require two inputs for the attack animation to trigger. When you Press "S", it both closes the umbrella and switches the selector to "B". Since a constant signal is now going into the "AND" gate, the attack button will complete the gate and trigger the animation.