Fun Fact:
When an event is toggled, the toggled options don't hold true or false until the cycle finished. For example, you could make an onActivate event 0 turn off onActivate event 1, but if event 1 is already enabled, it will still execute when you first activate it.
I'd advise you don't event things this way though, because it can get confusing later on.