Save-Point

Full Version: Save-Point
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Sorry, you do not have permission to access this resource.
Save-Point - Basic Battlestatus with Faces

Save-Point

Full Version: Basic Battlestatus with Faces
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am asking this not for myself, but for someone else. Winking I could make this myself, but I don't have that much time with the other things on my plate.

What I am asking for is an addition to the default Window_Battlestatus class that can place a face graphic for each actor behind the text/stats display.

I figure the person wants his faces in the Graphics/Pictures folder and would use something like 'Actor_01, Actor_02, Actor_03' or something like that. *shrugs*

Or perhaps something like an actor array
Code:
Actor_Face[1] = "Aluxes"
Actor_Face[2] = "Basil"
Actor_Face[7] = "Gloria"
Actor_Face[8] = "MeowMix"
So you may be able to 'change' the face in-game.

I figure... give him the option.