A relic of the past. This is a full archive of the Modme Forums. ❤️
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 ); or... self.lastDoubleJumpStartTime = 5;
self setdoublejumpenergy( 5 );
self.lastDoubleJumpStartTime = 5;