08-06-2014, 04:59 AM
So you're a lot like me where when something should work and it doesn't ticks you off... it makes you not able to focus on anything until the world makes sense again. Maybe?
The script works great when it's the default game over script. But that looks like it just covers up the battle scripts... It slowly fades in over top the Battle Status screens.
Okay, I've gotten the two scripts to work together [when I say that I mean that I changed the background from Battleback to Map] and it works fine that way.
I changed this:
to this:
How do you change the character graphic from a script? Maybe I can make this work better than the other way.
Though I would prefer the Battle back as the game over screen, I just like the way it looks better. But I can be flexible if need be.
The script works great when it's the default game over script. But that looks like it just covers up the battle scripts... It slowly fades in over top the Battle Status screens.
Okay, I've gotten the two scripts to work together [when I say that I mean that I changed the background from Battleback to Map] and it works fine that way.
I changed this:
Code:
GTYPE = 0
Code:
GTYPE = 1
How do you change the character graphic from a script? Maybe I can make this work better than the other way.
Though I would prefer the Battle back as the game over screen, I just like the way it looks better. But I can be flexible if need be.