-
Content Count
1,952 -
Joined
-
Last visited
-
Days Won
27
Single Status Update
-
I'd be up for making a game in RMMV if the scripting system was more like Unity...or even XP. And I don't mean the language or API.
- Show previous comments 1 more
-
API is sort of like the library of methods and classes that the engine uses. The language is the syntax (JS). My problem is the lack of an editor, official documentation (that I can find), or obvious way of adding scripts or editing pre-existing scripts
-
To clarify: the API is where you get things like ".toString()" from. The documentation is where I'd learn about it.
-
I see what you mean. I have only written one thing and that's the MMO script 2 years ago. I think you have to just explore and read the code, plus use the console. I find the console extremely powerful and the reason RMMV scripting trumps the others, esp when it comes to objects.