LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

HELP: Setting enemies for an Rpg

Root / Programming Questions / [.]

Tiger2Created:
I am trying to make an rpg, and I am trying to set enemies. How should I go about it? I think I need an array, and each time I set an enemy it will inc the management number before pushing the array. I don't know how to go about it, however, and in the most effective and efficient way. Since it is an rpg, the computer also needs to know what sprite is attached to each management number so it can give it the correct stats when you run into it. I tried using an array with to dimensions, but I am not good enough at programming to do it. What should I do? I tend to learn best by seeing example programs that are simple and to the point without other unnecessary details(A program that does ONLY that), however, I try my best to understand explanations.