Hi Tony,
I know that by default, Commands in Sequences are not sequential, but I was wondering if there was a way to send a message that waited for *all* the commands in the Sequence to have run before getting broadcasted.
Because of course doing something like this:
Code: Select all
SetActive(GameObjectA, true); SetActive(GameObjectB, true)->Message(next);
As always, thanks in advance!
Chris