- Feb 16, 2018
- 191
- 266
The short version is "Learn Ruby".can anyone teach me on how to use script on rpg maker vx ace too many controls
The long version is:
Writing your own scripts is a whole other beast that you'll need to learn and understand Ruby as a programming language in order to really take advantage of. However, lucky for us there are tons of pre-made scripts available that we can load into our games as we see fit. You will have to carefully read them, as most of them are designed so that new-comers can understand them with a little time and effort, but are still fairly difficult to parse at first. I cannot give you a tutorial on them, as each one is a bit its own beast. Pay attention to script author's instructions and do plenty of testing, and you'll be able to sort it out.