rey meustrus
Sponsor
The first time I scripted anything, I was messing with one of Prexus' CMS's. It had a horizontal command window at the top and the menus filled the whole screen when selected. It had the map in the background. Well, I decided that I didn't like the fact that there were four different gradients, one for each window (or however many of them there happened to be at the time). I decided I wanted to create on big giant window that took up the whole screen, and remove the backs from the front windows so that there was only one large gradient. I did not know what back_opacity was at the time, nor was the help file translated yet.
I created an entirely different Window_Base that used a specific window skin with the back image removed, and proceeded to change EVERY WINDOW SCRIPT to use that new class, to make it "easier" to call them. So it worked. I look back on this and think how stupid I must have been, when all I had to do was window.back_opacity = 0
Nerdy, aren't I?
I created an entirely different Window_Base that used a specific window skin with the back image removed, and proceeded to change EVERY WINDOW SCRIPT to use that new class, to make it "easier" to call them. So it worked. I look back on this and think how stupid I must have been, when all I had to do was window.back_opacity = 0
Nerdy, aren't I?