Hello!
I'm currently working on a Cs 1.6 Jailbreak map and I have been experiencing some problems.
I have a bunch of buttons that have a multisource as their master. This multisource is activated by another button, it also turns on a light which is initialy dark (This light indicates that the buttons are active and ready for use). The problem is that when a new round starts, the buttons are still active (Meaning, the multisource is still On) and the light is off. My question is how do I reset the multisource's state back to "Off" once a new round starts. Keep in mind, this cycle may not be used on every single round thus it only needs to reset to off if the multisource was turned on.
I have another problem. I have a group of buttons that turn on a light of their own (each button has a separate light linked to it). How do you make a system that once a single one of these buttons is activated the other buttons become inactive?
Thank you!