Create Global Boolean Variable "HasAButtonBeenPushed" Start Value FALSE.
IF - "HasAButtonBeenPushed" = FALSE, AND, A Button Is Pushed, Set Variable "HasAButtonBeenPushed" To TRUE, Perform Function Of Button.
you could add Else - Null
but its not really needed.
you could then reset the buttons simply by setting hasabuttonbeenpushed to false