How can I execute code immediately after loading a non-streaming level?

If you mean SaveGames, then yes, that’s what’s in use here. The problem is, the actor positions are (trying to be) set in this load code, but then the level is loaded on the next tick, which effectively makes the load code useless.

I need to run the loading code -after- the level has loaded, and I’m not sure how to do that.