i want to reload a gun. When R pressed. I want it to wait 3 seconds before loading the gun. Is there a simple way to do this?
example:
if (event.keyCode == Keyboard.R)
{
//wait(4 seconds)
// start reloading
}