Enemy don't want to jump on platform anymore

NED

Well-known member
My enemy have these value for jump:
jumpheight 4.5
jumpspeed 13
jumpmove  0  3

the platform have these values:
wall 299 584 100 0 738 838 170 67
(67 is the height of the platform)

level gravity is edited
gravity  -15.8

I tried to give a bigger jump value to make enemy jumping on platform to follow player. but it doesn't work. ???

I tried to reduce the platform height value from 67 to 10 (just as a test) and it's ok, the enemy jump on it without problem.

What can I change to make the enemy jumping on this 67 height platform?
Thanks in advance.
 
The AI doesn't use jumping capability (i.e. jumpheight) to determine if it should jump, that just determines if it can jump. Those are two different things. Jump decisions are made using Range settings in the Jump animations. This is clearly spelled out in the manual. Look it up for specifics (don't forget about running jumps, as the AI can use those too; good for longer jumps/higher platforms):

Range
Jump

DC
 
Back
Top Bottom