04.09.2018, 02:45
Rather than get technical, keep it simple and simply track how many clicks they have done to get into that menu.
Like, why track the MS from GetTime, when all you need to do is do a simple step-gate, where if they click once, they need to click a second time.
I don't think you'd be able to get the level of 'double-clicking' that people would be expecting, so just make it count up, each click, and then do that if 2 in the same order are done, that is what's wanted.
If you do 1 click on each button then, your script should pick that up and ignore it.
Like, why track the MS from GetTime, when all you need to do is do a simple step-gate, where if they click once, they need to click a second time.
I don't think you'd be able to get the level of 'double-clicking' that people would be expecting, so just make it count up, each click, and then do that if 2 in the same order are done, that is what's wanted.
If you do 1 click on each button then, your script should pick that up and ignore it.