Quote: Originally Posted by
greenman100 
Use a longer value in the logic timer
That is one way, but that means it will only evaluate at those intervals, so response will be slower too. If you set it to 1000, then you have to hold the button for a second to get it to work (worst case scenario, it could poll the nanosecond the brain read the button down and have no delay, but that wont happen all the time)
If you set the minimum delta vote time (option for each node in the configurator) to something higher it will work better for buttons.
The value is in milliseconds by the way. So if you want 1 command per second, put the minimum time to be 1000. If it want to vote again and 1 second has not passed, it throws away the vote like it never existed.