03-07-2010, 07:00 PM
It's not wise to jump to making battlesystem when starting to learn Ruby/RGSS.
It's better to look into Scene_# and Window_# and change it around, see what you can do, learn the syntaxes (def, if, else, end, do, begin, while, until, etc) and create your own scene with some windows, that what I did ;o
It's better to look into Scene_# and Window_# and change it around, see what you can do, learn the syntaxes (def, if, else, end, do, begin, while, until, etc) and create your own scene with some windows, that what I did ;o