bluelink91
Member
I barely know scripting, but I do know that in scene_save and scene_load there are sections where you can change the message for saving and loading. I'm wanting to change the color and font type to something else than what it already is, but I don't want all of the fonts in the game to be changed.
I've tried using:
self.contents.font.name = "Caflisch Script Pro Regular"
self.contents.font.color = Color.new(0,0,0,150)
This doesn't work at all. I'm using the Mog Scene File script and SDK 2.3 if that matters. I would greatly appreciate any help.
I've tried using:
self.contents.font.name = "Caflisch Script Pro Regular"
self.contents.font.color = Color.new(0,0,0,150)
This doesn't work at all. I'm using the Mog Scene File script and SDK 2.3 if that matters. I would greatly appreciate any help.