Make a folder inside of your "game" folder and name it fonts. When you have your font folder, place your font files in there!
Then go into the script and find the line "style relationmenustyles:" and beneath it add the line:
font "fonts/nameofyournewfont.ttf"
Like so:

And that should do it! Follow up if you have any questions!









It would be the same process we use to make the description scroll! All you need to do is put the characters inside a frame and add the scroll+drag properties!
Be cautious the indentations match if you paste it directly in!
Yes yes the column part is a very simple change, the way I have it is that the portrait and the description are within an hbox, which displays them next to each other, you just delete the hbox and the portrait line of code to remove the icon, and you also need to delete the line that constrains the xsize of the description so it will naturally fill the box! The overflow scrolling is something I haven't done much before, but basically you just add the text inside of a frame and add the properties draggable and scrollwheel!

