We have now finished our game. All that is left is to cover a few things that I didn’t cover in earlier chapters. Although an in-depth look into JavaScript scripting within RMMV is outside the scope of this book, it is still a good idea for this chapter to cover the basics through a series of exercises. Chapter 15 will cover other miscellanea that did not fit within the overall narrative of our game and the book so far.
What Is JavaScript?
JavaScript is a prototype-based object-oriented programming language that was designed by Brendan Eich in 1995 while he was working at Netscape. ...