Greetings. I'm editing Window_SaveFile so that each window can be a different color. The colors are based on which window skin the player has used within their saved game. Here's a rough example.
Save 1
Save 2
Save 3
Well, I have it all set up and it works so far (just trust me on this one ;D). However, I want to know how to load a $game_system value from a saved game and be able to show it. This is why: I have each window skin set to a different $game_system value (i.e. $game_system.window_color = 0 is red, 1 is yellow, 2 is green, etc.). If I can figure out how to show a loaded $game_system value, then each save file window can have the color of the window skin the player had used in game. I hope my inquiry makes sense. My thanks in advance!
Save 1
Save 2
Save 3
Well, I have it all set up and it works so far (just trust me on this one ;D). However, I want to know how to load a $game_system value from a saved game and be able to show it. This is why: I have each window skin set to a different $game_system value (i.e. $game_system.window_color = 0 is red, 1 is yellow, 2 is green, etc.). If I can figure out how to show a loaded $game_system value, then each save file window can have the color of the window skin the player had used in game. I hope my inquiry makes sense. My thanks in advance!