PhoenixTilea
Member
Okay, I'm going to try and explain this as well as I can...
I'm doing an edit of a character selection script. It uses all of these complicated effects and such that I don't need. There is a switch case in the Scene that I need to use to display an actor graphic depending the index of my command window:
case @command_window.index
when 0
#Draw Actor 1's graphic
when 1
#Draw Actor 2's graphic
....
And so forth. I've been looking at other methods in Window_Base and such... but I don't understand enough about RGSS to know how to manipulate them to put the image where I want it.
Does anyone know what I mean and how to help...? I can't use any methods from Window_Base or whatever because this is a Scene class... as far as i know...
EDIT: In fact, learning how to draw any image at a specific point would help a lot...
I'm doing an edit of a character selection script. It uses all of these complicated effects and such that I don't need. There is a switch case in the Scene that I need to use to display an actor graphic depending the index of my command window:
case @command_window.index
when 0
#Draw Actor 1's graphic
when 1
#Draw Actor 2's graphic
....
And so forth. I've been looking at other methods in Window_Base and such... but I don't understand enough about RGSS to know how to manipulate them to put the image where I want it.
Does anyone know what I mean and how to help...? I can't use any methods from Window_Base or whatever because this is a Scene class... as far as i know...
EDIT: In fact, learning how to draw any image at a specific point would help a lot...