Hey

First of all, I just wanted to say that a big part of learning RGSS is from trial and error (I realized that a little too late

). Nonetheless, tutorials do serve their purpose, but I think only when you just start learning RGSS. This is because a lot of tutorials give you the syntax, or what a lot of things mean, but they don't give you practical applications, or how you'll use that code to make like a custom menu system or system or something. However, learning this syntax is important, so here are some beginner tutorials (I advise reading them in the order I give):
--Learn About VariablesGubid's Variables Tutorial(This one is for VX but it still remains the same for XP)
A resident Variables tutorial here on RRR--Control FlowEverything about If statements, for loops, etc.Classes/Methods/InheritanceAnother tutorial by Gubid, but it easily works for XPWindows and Scenes (This section is optional)
I made a couple tutorials on this subject a long with Night_Runner
Basic WindowsSelectable WindowsAdvanced WindowsCommand WindowsScenesAfter all that, you're going to need to edit and play around with EACH default script. You'll need to know how it works. Two great useful tools to use while doing this are:
1) The Help File (Yes, I cannot explain to you in words how helpful it's been for me)
2)
The RGSS Reference - An in depth review of each default scriptHappy programming