Page 1 of 1

Conditional actions

PostPosted: Tue Mar 18, 2014 7:24 am
by Swancoat
Although not directly related, (but results in the same kind of duplicating of triggers), it'd be cool if instead of just a condition parameter on the triggers, if there could be an alternate result. Kind of an if/then/else structure.

Currently, I may have triggerX happen, but what I want executed depends on some condition. Currently this means I have to do two triggers, one with the 'positive' condition, and the other with the opposite.

So instead of two triggers:
when X, then if Y do A
when X, then if not Y do B

It'd be nice if it could be:
when X, then if Y, do A, else B

(and if A and B are action groups that allow the same kind of conditioning structure, you could actually nest up a couple of these and cut down the clutter immensely).

Re: Conditional actions

PostPosted: Tue Mar 18, 2014 7:43 am
by jay (support)
This has already been requested in various forms and is on the list for future consideration.

[MODERATOR NOTE] Split into a separate topic since it wasn't directly related to the previous topic.

Re: Conditional actions

PostPosted: Tue Mar 18, 2014 9:42 am
by zabazoom
+1

Re: Conditional actions

PostPosted: Tue Mar 18, 2014 6:43 pm
by durosity
Remember this can be done as a script.. basically ignore the conditions field, then under the actions tab write a small script to do X if this, and Y if that. More fiddly i know, i'd much rather a GUI way of doing it.. but it does make for a tidier selection of triggers!

Re: Conditional actions

PostPosted: Tue Mar 18, 2014 6:56 pm
by eme jota ce
+1

Re: Conditional actions

PostPosted: Wed Mar 26, 2014 2:48 pm
by AndyVirus
Also +1 :)