Running a script every framearchmage User Offline 28.05.11 02:39:11 am How can I run a script every frame? Edit: Nevermind. 1234567on:start { 	timer "self", 1, 0 } on:timer { 	do stuff } edited 1×, last 28.05.11 03:21:28 am
Re: Running a script every frameHurri04 Super User Offline 28.05.11 12:45:35 pm I don't know what you need this for but I can tell you that such a script most probably would cause major lags since the timer runs 1000 times a second in this script while the normal framerate in Stranded 2 is at about 30 fps.