MasterMind
Member
I'm in the midst of creating an in-battle tutorial. What I can't figure out, is how to check if the battle is in a certain phase. For example, I have it like this:
If I can get help on this, then I can do the rest myself. I know it has something to do with the phase3 part in Scene_Battle 3. I just don't know exactly where to put it. If anyone needs a demo of what I have so far, by all means, ask. Thanks for any help, and if this is in the wrong forum, please move it.
- Player enters battle. A small picture saying "Tutorial" comes in. The picture then fades out.
- Another picture comes in, but this one says "Pre-Battle". This one, also, fades out.
- Then I have yet another picture explaining the party commands of "Fight" and "Escape".
- The player must select "Fight" to continue. "Escape" is disabled.
- (This is where I am stuck) I need to check if the battle is in command select phase. That way, I can put another picture that explains the commands.
If I can get help on this, then I can do the rest myself. I know it has something to do with the phase3 part in Scene_Battle 3. I just don't know exactly where to put it. If anyone needs a demo of what I have so far, by all means, ask. Thanks for any help, and if this is in the wrong forum, please move it.