Hi @Preston,
you might have a look into this suggestion, which is about building trigger functions in a library and call them from any trigger…
Quality of Life: Triggers Library - Product Suggestions - Tulip Community
Kevin recently mentioned to have a look onto this topic.
As workaround for now, you can use a custom widget. This Widget does only need an input variable (i suggest a boolean) and an event (no value needed).
The only function is to reset the boolean to false whenever it becomes true.
You can then put your trigger to the event trigger of this widget and call it by scanner, button, step, timer… simply by setting the boolean variable to true… the widget will activate the trigger and reset the variable.
You can also use the delay widget mentioned in another thread before, and set the delay to 0 (or actually use it… however you want).