jump on wall

Evren

New member
I want to make a backward or forward jump while climbing a wall or a rope. I haven't seen this ability among the features of the Jump skill. Is there a situation within the characteristics of the Jump ability that allows me to do this, or do I need to write an additional ability for this?
 
There should be an event you can use, OnJumpAbilityAirborneJump comes to mind. then make a simple custom script to register to it and check for active ability or register to it when said ability is active, do whatever from there (add force to character etc).. OR extend Jump ability to run checks for if climb active etc and apply your logic.
 
Top