C/C++/C#
[legal]
for (int i = 0; i < max; i++)
do_stuff
Ruby
[illegal]
for i in 0..max
do_stuff
[legal]
for i in 0..max
do_stuff
end
I know HTML:D But I didnt learn RGSS in 2 weeks. How should this came?Chaosg1;279954 said:Well I learn C# based on RUBy so if you already know a Languge it will be very easy to learn another one. so lets say a 2 weeks and you are ready to script yiur own Battler System :D