Am I missing something, or can you only check for a switch being ON? I wanted to do a dark/light toggle event. How would I accomplish this?
Event condition, check for switch OFF?
● ARCHIVED · READ-ONLY
-
-
you can only check for ON - but you usually don't need a check for OFF, because you can sequence the priorities of different pages.
If the first page has no condition and the second page checks for ON, then the higher priority of the second page will result in that page being active when the switch is ON, and the other page (the one without conditions) being active if the switch is OFF. -
or as the first thing in your event you can have a conditional branch that checks if said switch is off.
-
or as the first thing in your event you can have a conditional branch that checks if said switch is off.
Can I get a screenshot of what you mean, or a step-by-step clickthrough? I'm not seeing it.
Never mind, I found it. It's a command. -
good, glad I could help you twice.
-
As Andar said, you don't need a command, if you're trying to use a switch being off as a page condition.
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.