I'm hoping someone can help me.
I've been having issues with my message box. Sometimes when I load the game from new game it works grand, all four lines of the meassage box show. Other times however there's only three lines showing, and sometimes the message box doesn't appear at all. There's no rhyme or reason to it, I just load the game and the message box wither behaves normall or it doesn;t.
Here's the scripts I'm using. I've used all of them before with no issues, so I'm not sure what I'm doing wrong. Hopefully someones seen something like this before and can help me fix it!
[embedded media]
message box issues
● ARCHIVED · READ-ONLY
-
-
please configure yanfly's messaging script correctly.
it uses ingame variables to change the width and height of the message window, and you've used the same variables for something else - as soon as they're set to zero the window size becomes zero, because that is what you tell the script by setting the variables to zero.
ALWAYS configure scripts when adding them, NEVER ignore them as-is. There are dozens of different scripts that are controlled by variables and switches, and whenever you add one of them you need to make sure that the switch or variable configured inside them is a) still unused and b) will be reserved and remain unused for future cases. -
Thank you. I was so confused. I've never had that problem before, so I never realised. lol. fixed now at least! lol.
Thank you! -
@Paladin-Cleric of Awesome If this has fully resolved yiur query please Report your opening post and ask for it to be closed.
Thanks