damagex Posted September 8, 2011 Share Posted September 8, 2011 Is there any way to run multiple procedures simultaneously? Like for instance, in my script I got 1 updater, which should be repeated every 5 seconds Then I have another procedure, which should run, while the update is running too. So, what I need is something like a timer. Quote Link to comment Share on other sites More sharing options...
FHannes Posted September 8, 2011 Share Posted September 8, 2011 You're referring to threading, which isn't possible due to limitations of the script engine SCAR uses. You could use timers or [wiki=SetTimeout]SetTimeout[/wiki] to achieve a similar effect. Quote Link to comment Share on other sites More sharing options...