Author Topic: wrench events question  (Read 518 times)

i have seen places with events to make it like your infected as on you step on it and you walk away and die after a while how do i do that?

ok, to do this you need to use a delay. To do that edit the box on the right.

In there out the amount of milliseconds you want to delay the event.

in this slot 1 second = 1000 milliseconds, so you might have to do some math for complex delays (like damage the player every X amount of seconds)

need anything else?

1 second does not equal 1000 milliseconds, it equals 100.


1 second does not equal 1000 milliseconds, it equals 100.
1 second does, infact, equal 1000 milliseconds