Hey guys
How do I change the font of the display text only. Because I have fonts I want set for speech and all the GUI's but I can't find where to change display text. Also another question is where do I put this code:
game.dialog_options_x = 0
game.dialog_options_y = 10
Because I have my dialog gui ready and I read somewhere this will help position it. But maybe I read it wrong.
The Font text for Display is the Normal Font (0).
Put the code in game start in the Global.
You can also import more fonts that can be used.
Thank you. Working perfectly now.