I want to make system_color some sort of global method or variable so that I can change the color on a lot of text at once. What's the best way to go about this?
Note: Not every line of text I want to color this way has access to Window_Base's system_color or MACL's Sprite_Scrollable's version. I want the ability to make a global variable somewhere that I can call from any class or method as a color and make it really simple to change later on.
Also: After making this global color (using the method you tell me), how would I edit system_color to return it?
Note: Not every line of text I want to color this way has access to Window_Base's system_color or MACL's Sprite_Scrollable's version. I want the ability to make a global variable somewhere that I can call from any class or method as a color and make it really simple to change later on.
Also: After making this global color (using the method you tell me), how would I edit system_color to return it?