What you're saying is that turning of a trigger takes more time than checking of a checkbox for the engine, and therefore it checks the checkbox before turning off the trigger?
EDIT: OK, it doesn't loop now, but it doesn't change either. If i for example press the "terran checkbox" I cannot check any of the two other checkboxes - it changes briefly but then checks the original box again.
I have two triggers. I have three buttons and three checkboxes, and the function of the first trigger is to, in case the button corresponding to the checkbox is pressed, check of the corresponding checkbox and uncheck the two other checkboxes that I have. The other trigger simply checks the used dialog item (checkbox) in case and unchecks the two others. The goal of this is to make only one checkbox selectable at a time.
To prevent the trigger from looping I've made sure that the trigger that detects a change in the checkboxes is shut of while the trigger checks and unchecks the checkboxes. It didn't work apparently, as it is looping like crazy. Checking one checkbox works, but when I try to check off another it goes into a lopp (while it's supposed to uncheck the first box)
@Kueken531: Go
Did you see my edit? ^^
@Mille25: Go
What you're saying is that turning of a trigger takes more time than checking of a checkbox for the engine, and therefore it checks the checkbox before turning off the trigger?
EDIT: OK, it doesn't loop now, but it doesn't change either. If i for example press the "terran checkbox" I cannot check any of the two other checkboxes - it changes briefly but then checks the original box again.
I have two triggers. I have three buttons and three checkboxes, and the function of the first trigger is to, in case the button corresponding to the checkbox is pressed, check of the corresponding checkbox and uncheck the two other checkboxes that I have. The other trigger simply checks the used dialog item (checkbox) in case and unchecks the two others. The goal of this is to make only one checkbox selectable at a time.
To prevent the trigger from looping I've made sure that the trigger that detects a change in the checkboxes is shut of while the trigger checks and unchecks the checkboxes. It didn't work apparently, as it is looping like crazy. Checking one checkbox works, but when I try to check off another it goes into a lopp (while it's supposed to uncheck the first box)