Without going into too much detail, I have a player who sometimes unintentionally double clicks buttons and so far the only time that has been an issue in-game has been with initiative rolls. The turn tracker allows multiple initiative rolls and "saves" the last roll. I can obviously have someone else roll for him but would rather solve this programmatically if possible. I am thinking that there are multiple solutions to this problem. 1) Look for a way to disable the initiative macro button for a given time period after single-click. 2) Alter turn tracker's behavior so that it only accepts the first value rolled...Any suggestions?