(SOLVED) How do I disable an event with other event?

How do I make it so the action that subtracts 500 from “Score” is overridden if “Zoom” = 1? Thanks in advance for any guidance!

First:
Do not use the “And” condition in an event unless it’s for use with an “OR” event. All conditions in the same event box are already treated as “And”. Adding it to your conditions will potentially break your events or reduce performance.

Second:
Just add the same condition to the first event? “The global variable zoom != 1”. Therefore it only happens if the zoom variable is not 1.