Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Can somebody teach me how to script different things in RPGXP using Pokemon Essentials? Or send me a link to a series of YouTube videos explaining clearly how to?
RMXP uses Ruby as a programming language. There are hundreds of free Ruby tutorials on the web that will teach you the basics of the language but it all comes down to analysis and practice. Take a piece of simple code in Essentials (Scene_Intro is a good one) and look at each line. Have a Ruby guide open next to it and see if you can understand what the line is doing. The more you do this, the more you will understand the language. There is, unfortunately, no easy way to learn it. I've been using Ruby for 8 years now and I've only just recently in this past year started to come out of the intermediate stage. You can certainly learn it much faster than I did, it just takes time, dedication and effort.