Assign random variables to action fields

Didar

Member
Hi. so here is a feature that might be really necessary. imagine you want random numbers for the duration in the gesture function. or its x,y values. I think that is not possible yet, right? it is somehow an obvious and important option for all actions I guess. there is a way that we create many actions with different durations and use a random generator to choose between them but as you know it's not a proper approach. please let there be a random generator button(with min-max values) for fields :)
 

FrameXX

Well-known member
Hi. so here is a feature that might be really necessary. imagine you want random numbers for the duration in the gesture function. or its x,y values. I think that is not possible yet, right? it is somehow an obvious and important option for all actions I guess. there is a way that we create many actions with different durations and use a random generator to choose between them but as you know it's not a proper approach. please let there be a random generator button(with min-max values) for fields :)

You can make randomness in MacroDroid by setting an integer variable random from (your number) >to > (your number). With this you can do many random things. unfortunately gesture duration does not support variables so you would need to make a lot of separate gesture actions with separate constraints.
 
Top