Tried your solution and it works! Thanks!tigrotto wrote: Wed Nov 01, 2017 9:55 amWhy didn't I think about it before, I don't know.avatarbr wrote: Wed Nov 01, 2017 12:27 amI think will not work, but should be easy to test. Just set a really low time for normal edges and see what happens.tigrotto wrote: Tue Oct 31, 2017 6:28 pm
When I use @Edge(Hold) @MultipleEdges(x, y) the user edges x times with y seconds break in between and he will be told to hold the final edge.
The question is: is it possible to use @LongHold(XX) or @ExtremeHold(XX) together with @MultipleEdges(x, y)?
In this case @Edge(Hold) @MultipleEdges(x, y) @ExtremeHold(XX) will I have XX chance to hold an extremely long edge or is not possible to use @LongHold(XX)/@ExtremeHold(XX) this way?
Thanks!![]()
Thanks I'll try that now.
Bye![]()
You can also use @LongHold(XX) and @ExtremeHold(XX) on the same line, like this:
#Edge @Edge(Hold) @MultipleEdges(x,y) @LongHold(XX) @ExtremeHold(XX)



