Jump to content

[solved] detect game load via script?


K4thos

Recommended Posts

I'm looking for a way to detect via script that the game has been just loaded. Is something like this possible? As far as I know there is no separate trigger for this but maybe someone has discovered reliable workaround? One modder told me that he has indeed seen this implemented in some mod but he doesn't remember which one. Any ideas?

 

Thanks in advance.

Link to comment

OnCreation() should match, but it will also on other creations. Combine with a global marker and you're set (the usual oncreation precautions apply)? Or maybe something with timers if not all are saved.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...