03-26-2010, 08:19 AM
juances19 Wrote:Charlie Fleed Wrote:Do you mean the status window that appears in battle or the one that you access from the main menu?
I want it so the one that you access from the main menu uses the bars from
the status window that appears in battle
I see. Well, it is technically possible of course. There's a class in the CTB called Bar that is easy enough to use. What you do to draw a bar within a window is:
1) you create the bar
Code:
bar = Bar.new(<x>, <y>, <width>, <height>, self.contents)
Code:
bar.refresh(<value>,<max value>)
You just have to figure out where to put these bars, how large they should be and what values they have to show.
There are also a few attributes that can be set before bar.refresh, e.g. opacity, background pic, foreground pic and so on.
It's a simple task but a detailed description is needed of what would be the final wanted appearance. You should open a script request thread.