Is there a way to simplify the below so I don't have to create two huge event blocks? It seems redundant, but I can't think of how to make it simpler.
<font face="Courier New, Courier, mono">Event 1
---------------------------
|[Condition A ]:[Action A]|
|[Condition B ]: |
|[Condition C ]: |
|[Condition D ]: |
|[Condition E ]: |
|[Trigger Once]: |
---------------------------
Event 2
---------------------------
|[Condition A ]:[Action B]|
|[Condition B ]:[Action C]|
|[Condition C ]:[Action D]|
|[Condition D ]:[Action E]|
|[Condition E ]:[Action F]|
---------------------------</font>
Both event blocks have the exact same Conditions, except Event 1 triggers once on the first time with unique [Action A]