@peternlewis - Let's say I have a macro with only these actions:
Why does this work? What I mean is, why does the "Display Text" action work? I would think if the engine was "reloaded", it would stop any currently executing macros. But obviously it doesn't.
What gives? What kind of genius resides behind the curtain?
Correct. Basically the āreloadā command is the same thing the editor does to tell the engine when it has made a change to the macros, and similar to what the engine does to tell the editor when the macros are updated via syncing.
When you trigger a macro, a copy of that macro is sent off to be executed. If you change the macros after that, it has no affect on the executing macro.
Note that this is not some sort of ādeepā copy - if the executing macro itself uses Execute Macro actions, then those would change behaviour if the sub-macros were reloaded with changed macros.