Zorkaz Posted March 26, 2020 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?
SKKmods Posted March 26, 2020 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.
Zorkaz Posted March 26, 2020 Author Posted March 26, 2020 Hmm.. well as I though my racing track won't be that accurate
Recommended Posts