Hi all,
In my world I have a couple of objects from my rope class of which a char can use to climb.
He's able to climb, but it's still a litte fuzzy. So what i want to do, is setting the his X-value equal to the x-value of the object. How can I request the x-position of a specific object in my Char class.
The class of the rope is not inherited with the char.
Yours,
Dennis de Vink