I was trying to make a function where the player could name their party members, but a glitch occurred. I believe this is due to how i coded my font.
Whenever the name input box pops up, it looks like this
.
The script I am currently using to change my font is this:
=begin -------------------------------------------------------------------------
--------------------------------------------------------------------------------
| Font and Size Change Scrypt |
| By: |
| Anyone with common Sense |
________________________________________________________________________________
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Change "Font" with "[whatever font you want]"
=end
Font.default_name = "LCD SOLID"
Font.default_size = 12
=begin
=end
Does anyone know how to fix this?