Quote:
Originally Posted by ghosfromhell
hey guys i need some help please
i need to find the information about maps where can character step into and step not
i tried many ways but couldnt find that and my project waits only for this
any help please
|
Every game needs to check collision for where your hero can move. It's not different for Conquer. Have you ever notice conquer message at top left screen: ""Can't stop here"? Well, that's a very nice (and direct I may say) reversing point.
You should look for a function that receives x, y input parameters. I hope it give you some direction.
Cheers