Creates a simple timer with the specified delay and method to call.
Creates a simple timer with the specified delay and method to call.
1 number time
the time until this event is triggered. IMPORTANT: unaffected by the paused game state/etc.
2 function callback
the method to call when enough time has passed.