Game Modding | Call of Duty: Black Ops 3 | Scripting
Snprym:
Is there any way to edit the recharge time for double jumping? now it regenerates in like a second. Id like it to be like 5 seconds. I couldnt find anything in the API
eDeK:
Maybe...
self setdoublejumpenergy( 5 );
self.lastDoubleJumpStartTime = 5;