Author Topic: A question about delay.  (Read 288 times)

I have a question about delay, any number i put on ''Delay'' is a milisecond or a second? If it's a milisecond, ''100'' is equivalent to 1 second? I'm confused o_0

1000 milliseconds equals one second. If you want half a second then enter 500 milliseconds and so on.

Delays for events are based upon milliseconds
For example
100 MS = 0.1 Second
500 MS = 0.5 Seconds
1000 MS = 1 Second
The max delay is 30000, which is 30 seconds.

Thanks, now it's time to event. c: