Adds an option to change the font size, colour, outline width and the outline colour of the message boxes in your game.
Changing the font colour use's hex value. Example: #FFFFFF = white.
Changing the outline colour requires an RGBA value. Example: rgba(0, 0, 0, 0.5) = black with a half opacity.
There is now a command for changing the parameters in a a Plugin Command.
Features:
You can directly change all of the values in the plugin manager.
You can directly change all of the values via Plugin Command.
The Command:
This was the most recommended feature below. It has now been added.
The command is: MechaGS_WMFC <font_size> <font_colour> <outline_colour> <outline_width>