Description
Sets the jump vertical speed of one or more Players to a percentage of their raw jump vertical speed.
Snippet
Set Jump Vertical Speed(Event Player, 100);
Properties
Returns: Void
Parameters: Player, Jump Vertical Speed Percent
Player
Type: Player | Array (Player), Default: Event Player
The Player or Players whose jump vertical speed will be set.Jump Vertical Speed Percent
Type: Float, Default: 100
The Percentage of Resource that will be set with respect to each Player's Ability Resource capacity.