Hello everyone. Haven't been to these forums in a while...
I was wondering if anyone could tell me what the programming language for RPG Maker 2003 was. I'm very curious, because after working with RPG Maker so much and reading off the scripts in event editors and stuff, I've become very familiar with how it works.
Also, aside from being an RPG Maker user, I'm also a hobby robotist. Does anyone know if the RPG Maker 2003 event editor scripting langause can also be used for programming robots?
Thank you.
Well, allow me to answer both your questions.
1. RPG Maker uses the Delphi programming language.
2. You can program robots, but you have to find the BotProg plugin for it. I can't provide a link, but you should find it if you google hard enough.
you can script in 2003?
No. He means the language that was used to MAKE 2003.
And I suppose you could, it would just be a matter of converting the language to something your bot can understand.
It is definately feasible. You can do it...but...other languages tend to be easier for this kind of thing. Such as C++ etc....
If you want to program robots I would recommend a lower level language like C.
You have to do a lot of micro management, which means you can optimize your code better than with a higher level language.