Vaswind Posted March 15, 2020 Share Posted March 15, 2020 Hi! Is there a way to check that sexlab process a script in current time moment? Due many tests I conclude that simultaneous access to one script from different sources is the most common reason to crushing a game. Thus if we could check the script is busy now, we simple could delay our call. For example: While (!qst.isStopped()) || (!(qst as ScriptName). GetState() == "Halt") Utility.wait(0.5) EndWhile ……….. Thread.StartThread() if there was a way to track that the sex lab is currently processing scripts ... P.S. I have practice in developing mods. And this question is not idle Spoiler P.S.S. It is mine https://amlgames.com/files/file/759-vsx-immersion-project/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.