Jump to content

on the functioning of Sexlab


Recommended Posts

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

 

 

Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...