Blockland Forums > Modification Help
Image mount on spawn
Swollow:
--- Quote from: Thorax on December 22, 2011, 06:09:18 AM ---What should I do to fix that issue?
--- End quote ---
make a schedule that gets applied after 1 second?
Ipquarx:
--- Quote from: swollow on December 22, 2011, 11:17:24 AM ---make a schedule that gets applied after 1 second?
--- End quote ---
Or .001 second, because torque sees every single calculation as going instantly for some stupid reason.
Uristqwerty:
Singlethreaded scripts, won't start a schedule until the current call stack finishes to avoid complex synchronization issues, then goes with whichever one is the most overdue? That's what I would guess...
Greek2me:
You can do a schedule of 0 and it will have the same effect I think.