You are using property nodes to do 2 things: 1. Reset the unselected booleans. Dont need property nodes to do this, you can use local variables instead
2. Determine which button was selected. You could avoid property nodes here by creating a separate event for each button Bill F
