I'm using the OSC Module to receive Trigger Input that are OSC messages with arguments. If an incoming argument matches a certain value, it then trigger the Action(s).
I can not find (or wrap my head around) any built-in Conditions that allow me to do this.
I attempted scripting and used get_trigger_value(1) to access said argument, but how do I then tell it to "perform" the Actions that are attach to this Trigger?