You could use variables as "triggers".
For instance, create variable "firstEvent". Set it to 0 by default.
When the first event is executed, set "firstEvent" to 1.
On the second event, use "firstEvent = 1" as a condition.
And so on.
Set variables to 1 and 0 at will, after each needed event.