How to link objects so that a flip flop toggle on one, can turn the other on and off?

Hello I am new to scripting and finding a hard time getting an answer to this question. I want to be able to toggle a flip flop in one object and have another one respond to the state. I don’t want it to be a simple show or hide the light kind of thing but rather press button and the wheel spins, press again and it stop. I am sure there is loads of information out there but I don’t think I am googling the right questions.

Dispatchers for this.
Make one in something like game mode.
Let all actors that need to flip hook to that dispatcher.
Then every time you want them flip trigger its event.

1 Like

Awesome thank you, I will go start reading up on dispatchers.