Indi, thanx for the feedback. Heres what I got. I have a floor, one ramp from the floor to the catwalk. The catwalk is 18 points above my characters head.
So the intersect detects + - need for the character to jump up, but when I go up the ramp, my character stops climbing at 17 points and drops me to the floor, not even getting to the catwalk;
height#=17-intersect object(2,px#,16,pz#,px#,-16,pz#)
So, no matter how far up the catwalk is, the code will not let it climb up the ramp if the catwalk is higher then the intersect starting #17.
Am I missing something obvious? Sorry for asking questions in a Code Snippet only forum.
tx