If you mean ingame, go to options...
If you mean for a single message box, use <fn=NAMEOFFONT>TEXT HERE<\fn>
I think it was fn. It might be fx. It says so on the wiki, just search "Pokémon Essentials message box" on Google.
Anyway, this works on any installed font, so you can choose to bundle extra fonts in your game if you desire.
Search at scripts for 'pkmnrs.ttf' (the file name) and 'Power Red and Blue' (Microsoft Windows font name). Just change these names (or add new ones right after). Add the ttf file at Fonts folder too. Untested.
At SpriteWindow change the second line: 'FontName = "Power Green"'. You can also change the '@font = 0' at PokemonOptions.It works when i go in Options and change the font style, but the default is always the same. Maybe i have to change something in DrawText?
Thank you very much FL now it works :)At SpriteWindow change the second line: 'FontName = "Power Green"'. You can also change the '@font = 0' at PokemonOptions.