Hello. I just now joined this forum, and was looking at the scripts available for RPG Maker XP. Some of these look very promising, but since I have never downloaded a script, I'm not sure what to do. Where should I save the script to in order to make it available in a game?
First, copy the entire script. Then open up RPG Maker XP and go to Tools > Script Editor.
On the left there will be a list of all the scripts, scroll to the bottom of that. Right click on the script titled 'Main' and hit 'Insert', this will place a new blank script above 'Main'. That is where you paste the script you want. All scripts must go above 'Main' and below 'Scene_Debug' unless stated otherwise.
Thanks a lot.