Profile image

Activation

8,602 JCTECHNOLOGIES  3.8 years ago

How to have two activation that activate one thing

  • Log in to leave a comment
  • Profile image
    4,778 GhostOfKyiv

    @JCCNtechnologies to make it activate when you do either, use the funky trees code Activate[insert the first group’s number here] | Activate[Second group’s number]

    For example, if you wanted it to activate when group one or two is on do
    Activate1 | Activate2
    if you need it so that both groups have to be on use & instead of |

    Pinned 3.4 years ago
  • Profile image

    @WagonTime thanks

    3.4 years ago
  • Profile image

    @WagonTime uh can you put this into context? Because I am having problems

    3.4 years ago
  • Profile image

    @JustDatGuy @Axartar thanks guys

    3.8 years ago
  • Profile image
    19.0k Axartar

    @JustDatGuy has a good solution personally I use max(input1,input2) it chooses the largest of the input to use

    +1 3.8 years ago
  • Profile image
    4,778 GhostOfKyiv

    If you want it to activate when either of the two are on, or both are on, use this ft expression:
    Activate[insert the first group’s number here] | Activate[Second group’s number]

    If you want it to activate when both are on, and only when both are on, use this ft expression:
    Activate[first group’s number] & Activate[second group’s number]

    +2 3.8 years ago