Hey everyone,
I'm about to start level development for my game. The game will have quite a few levels, and each level should have certain information associated with it (Level name, level number, game-specific stuff, etc.)
Since populating arrays/dictionaries manually in C2 is a pain in the behind, I thought this may be a good time to try out some XML. However, I know zero javascript and a laughingly basic level of HTML, and obviously no XML. I've looked into it but getting started seems a little scary!
Is there a way for me to learn everything relevant to the very simple task I want to achieve?
Thanks!