Toggle 30HZ circuit

We already can make something equivalent to that.

Just put your Event Receiver into a Bool Variable. If the Bool is set to True, then it’ll run your function.

If it’s set to False, don’t let it run anything. (Or something, if your looking to make a seperate event when false. Which wouldn’t make any sense in this case.)

1 Like