"Graphics/Pictures/" is the directory. "Filename.png" is the background. You can add a different background for when you save or load. Don't repeat my mistake by not putting the directory and filename in quotes.
And this class script call lets you display an actor's class in the save file:
Code:
$game_actors[1].class.name
复制代码
Just change the 1 to whatever number your actor is in the actors' list, no need to change "name."