Zorkaz Posted March 26, 2020 Share Posted March 26, 2020 From the CK wiki utility.wait(5) is supposed to last 5 seconds. But has anyone encountered a good deal of imprecision with this function? Link to comment Share on other sites More sharing options...
SKKmods Posted March 26, 2020 Share Posted March 26, 2020 Yes, like the timer function the actual realtime wait duration can be far longer depending on the script system load. This is the foundation of the script latency test. Whilst Wait() will stop a script processing and StartTimer() does not, I have not found any authoritative information on which one creates less papyrus overhead or is more accurate. My guess is that they are all added to a FIFO event queue (possibly with IRQ tick markers) as there is no apparent thread or function prioritization. Link to comment Share on other sites More sharing options...
Zorkaz Posted March 26, 2020 Author Share Posted March 26, 2020 Hmm.. well as I though my racing track won't be that accurate Link to comment Share on other sites More sharing options...
Recommended Posts