Two buttons pressed = trigger enable
Quote from Mplayer on August 9, 2011, 8:34 amSo i hope you understand. I want when two floor butons or more are pressed enable a trigger. I try it with branches but it not working.Thx in advance for your help and srry for my really bad english
So i hope you understand. I want when two floor butons or more are pressed enable a trigger. I try it with branches but it not working.Thx in advance for your help and srry for my really bad english
Quote from ChickenMobile on August 9, 2011, 8:45 amMplayer wrote:So i hope you understand. I want when two floor butons or more are pressed enable a trigger. I try it with branches but it not working.Thx in advance for your help and srry for my really bad englishThere are a couple of ways to do it, the most logic way would be to use the branches. Make sure that you also have a logic_branch_listener that has the names of both branches that enables your trigger "OnAllTrue", disables on "OnMixed" and disables on "OnAllFalse".
The other is to create a math_counter which uses the "OutValue" "InValue" input to a logic_case. The buttons will incement the math_counter and when the counter hits max it enables the trigger.
There are a couple of ways to do it, the most logic way would be to use the branches. Make sure that you also have a logic_branch_listener that has the names of both branches that enables your trigger "OnAllTrue", disables on "OnMixed" and disables on "OnAllFalse".
The other is to create a math_counter which uses the "OutValue" "InValue" input to a logic_case. The buttons will incement the math_counter and when the counter hits max it enables the trigger.
