Short Climb

kotor

Member
In this video, the character is trying to climb on the cliff/rocks even though the object identifier 502 is not on the those objects.

I am just using the default setting for Short Climb ability. I have not changed any values. What could be the value that causing it always climb. I looked at the documentation, not every option is explained there.

 
Within DetectObjectAbilityBase.ValidateObject can you insert a breakpoint or debug logs to see what object is being returned as a valid object? This will indicate why the ability thinks that it should start when it shouldn't.
 
Top