ID:787173
 
(See the best response by Albro1.)
Code:


Problem description:
Ok pretty much i've done afew great tutorials and although they teach well has anyone made a simple tutorial for fighting games(sidescrolling style) like Mortal Kombat, Marvel vs Capcom, SSB(not really a good example since they use 3d features but still) I just need help on like Stage/map work, how to organize the code and use stick figures since thats easy to draw if that helps
Best response
Forum_account has a Sidescroller library that includes many demos. This is assuming you are using pixel movement, which a system like this pretty much requires to functions smoothly and properly.
Some of the demos give me this error when I try them but I think I can figure out what I need to do for my game from his comments
proc name: action (/mob/proc/action)
runtime error: bad index
You are providing a bad list, apparently. That's a very vague error and all I can say is that it is referencing a place in a list that doesn't exist.