How does delay actually work?
Taking the code of Ozbekov and changing it to count up once a second but delay doesnt actually.
var["time"] =0
on_nth_tick[60] = function (event)
var["time"] = (var["time"] or 0 ) + 1
output["signal-A"] =var["time"]
delay=600
end
PS: ~ sorry for the wierd formatting but this was copied directly from the game. How does one copy without the formatting? ~ There is a checkbox for disabling formatting.