Hi,
I'm trying to make a timer for rFactor rally stages. I've mapped the 6 numbers with different materials so I can make different events.

My question is: What delay I should use for the events? I've found out that putting 1 in the delay box is not 1 second exactly in the game.
I tried two different ways to make this:
This one worked:
Code:
Number 5 - Sequence="000000000011111111112222222222333333333344444444445555555555" - Delay="1"
Number 6 - Sequence="0123456789" - Delay="1"
This one didn't work well, and it should be OK because the delay it's equivalent:
Code:
Number 5 - Sequence="012345" - Delay="0.1"
Number 6 - Sequence="0123456789" - Delay="1"
I just want to know what to put in the delay box for:
- 1 seconds
- 10 seconds
- 1 minute
- 10 minutes
- 1 hour
I'm sorry about my bad english, I hope you understood me.
