No message window in battle

● ARCHIVED · READ-ONLY
Started by Xeno_Salazar 7 posts View original ↗
  1. I'm having a strange issue: the message window in battle just doesn't show up. Not the battle log, which works fine, but the message window that shows speech, how much XP and gold you got, etc. What's odd is that it works perfectly fine outside of battle...so I'm stumped. Thanks in advance for any help on this.
  2. Did you test it in blank project? How did you test it out? It should show up
  3. Yep, it works fine in a blank project or any project except mine...so I figure I must have messed it up somehow....just no idea how...heh. I haven't done anything to the window_message script, and text boxes work normally outside of battle. Basically I'm trying to get an idea of what sort of script could cause this problem, since I have so damn many....lol.
  4. I would imagine it would be one of the (potentially several) scripts that affect battles :)


    You either need to give us a list of all of your imported scripts (with links to each one), or start adding them all one by one to a blank project and playing after each addition, or start removing/disabling them from your existing project one by one, and playing after each one, to identify which script is the cause.


    Note - if you're using Battle Test, you have to make sure you save your game after each script mod before you run the battle test. If you do a proper test play it will prompt you to save, but not when you do Battle Test.


    I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.
  5. Sure thing, sorry for that. I found the script that was messing with the window_message and got rid of it, so now the text is showing again...but it's smack dab in the middle of the screen. Guess I'll have to figure out how to get it to the bottom. Heh. Thanks for the help guys.
  6. In your Show Text command, are you telling it to show in the middle?
  7. Got if fixed now :) thanks again.