How to use the same event multiple times at the same time?

It’s spread across a couple different bps so not really. It basically is this:

  1. Player selects thing.
  2. Relevant HUD Prompt appears asking what player would like to do.
  3. Player selects option.
  4. HUD calls to event generator master and it will choose what event to fire based on the button press.

If the same event is ever called twice, at the same time, it will stop wherever it is currently being fired and restart on the new tree.