QUOTE (Rabu @ Jan 20 2008, 04:10 AM)

Seems to be a good first step. Would be nice, if you will enhace it, when english FV is released, so Battle-Backgrounds are corresponding to Map-Areas, you're on.
And could you give an example, how to exhance this section, when using more backgrounds for other maps.
CODE
{
1 => "001-Grassland01",
2 => "001-Grassland01"
}
Once I get Vx when it comes out, I will enhance it so you can put a tag in the map name, say [F1] then when you enter battle on that map, the battle background will use the 'Forest1' battle background as defined in the customization. As for your question:
CODE
{
1 => "001-Grassland01",
2 => "001-Grassland01",
3 => "Battle Back 3",
4 => "Back 4"
}
For every map you want to have battles on, place a comma (Reference above), press enter then insert your map name followed by the battle background. Everything inside the {} brackets is a hash, so the way scripts use them is a script will check the value in the hash, then use the returning value. So in this case the script checks to see what map_id the player is on when the battle starts, so the scripts then 'asks' the hash to return the value that the script uses. So if you are on map 3 and enter a battle, the hash will tell the script to draw a battle background called 'Battle Back 3"