ID:171676
 
Can someone help me with this. I searched for the A.I. Demo and found it. The problem is, it's in RPG format. I need help to format it for a Sidescrolling game, then spawn again if defeated. This is for my game Rockman's Revenge. I need the code to be like an MMX game. I tried all I can do but it doesn't work. If anyone can help me I'd appreciate it!
MegamanVirus wrote:
Can someone help me with this. I searched for the A.I. Demo and found it. The problem is, it's in RPG format. I need help to format it for a Sidescrolling game, then spawn again if defeated. This is for my game Rockman's Revenge. I need the code to be like an MMX game. I tried all I can do but it doesn't work. If anyone can help me I'd appreciate it!

You'd have to be more specific as to where the AI demo fails to do what you need.

Be more specific in what you want your AI to do:
1)jump if it comes to an obsticle (use oview(1) to check)
2)chase the player (walk_towards() proc)