I tried to look up the explanation on how to correctly use the "sequence" entry in triggers but failed to find the documentation.
My current problem is the following.
I want to call a macro whenever I thrust a weapon at an opponent, so I have a trigger that reacts to "^You thrust your*" which will then execute the macro.
A recent addition into the game added a special bloody ritual, which unfortunately also starts the same way, but continues with a specific message "You thrust your hand with brutal force between the exposed organs..."
My idea was to add a second trigger, one with a "higher priority" that basically just does an emote but prevents the macro from being executed.
Would that be possible with simply assigning different sequence numbers, provided higher sequence number mean gets priority in execution? Or does that simply account for the order in which the triggers are processed?