1) It'd be hard to explain this to someone who doesn't know RGSS. There is an ABS Tutorial on the forum somewhere. Find a post by BECKY1111 and there's a link in the sig I believe. Basically, default RMXP works in phases. I haven't looked at the battle system scripts, but it's something like this:
start phase # determines attack order, sets up battle, etc...
main phase # This is a loop, running each turn for each member involved in the battle
- actor phase #when the current member is an actor
- select phase #select attack, skill, etc...
- target phase # target your attack or skill
- enemy phase # runs when the current member is an enemy
- action phase # shows and processes the moves each member of the battle has chosen
end phase # finishes battle once all actors or all enemies are dead
2)
http://rmrk.net/index.php/topic,1723.0.htmlThat topic has links to some good tutorials. The best way to learn scripting is to modify the default scripts and see what happens, IMO. You can't possibly learn all of RGSS from reading a bunch of tutorials though. You have to practice. Once you get the basics down (I'd suggest trying to make a simple CMS), start taking requests and doing them. Do research. If you have the official version, the help file is very useful. I'd say that the help file is the best reason ro purchase RMXP