skiptime command ;D
from da command referance
skipTime duration
Operand types:
duration: Number
Type of returned value:
Nothing
Description:
Skip time. Daytime is adjusted, weather change is estimated, no changes in any units are done. Duration is in hours.
Example:
skipTime 2.5
so if u wanna make script dat skips som time every som secs u do it like dat
_how = _this select 0
_wen = _this select 1
#loop
~_wen
skiptime _how
goto "loop"
if u exec it
[0.5,30] exec "scriptname.sqs" it will move 0.5 hr every 30 sec
LCD OUT