• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Rpg maker XP JavaScript compatibility

Scorponok

FUNCTION: DESERT ATTACK COMMANDER
Member
Joined
Mar 31, 2022
Posts
5
I was wondering if there is some sort of mod or plug-in for RPG maker XP that allows you to use JavaScript, as that is the next language I will be learning, but I recently discovered this forum and Pokémon essentials, and I want to make Pokémon fangames without biting off more than I can chew by learning Ruby and JavaScript at the same time.
 
I really think that there is no type of mod for rpg maker xp that allows using JavaScript, but there is for the mv
 
Just to share my experience:
My first language was Ruby because of Essentials too. After that I got more and more into JavaScript. Both languages are loosely typed (meaning they don't care about the type of data you store in a variable or constant). I think both are easy to pick up, especially if you know one.

Personally I would recommend to start learning JavaScript first, as there are many great resources out there. This way you can learn the general coding basics and can easily experiment with it. But also don't just look at JavaScript. Check out the Code of Essentials and try to understand it. Google for things that aren't clear. I would say that understanding the concepts is more important than to know the language specific syntax.
You learn a lot by just trying out things and solving errors.
Maybe you already know that already, in that case just ignore what I said.
If you got any specific questions you can also DM me.
 
If someone wrote an interpreter for javascript in ruby, that might work. But still I rather just use ruby as that’s still too much work even if it is a plugin to allow anyone to use javascript.
 
Back
Top