2- Familiarize Yourself With Your Game

* After creating a new game, a window will pop up showing you your current game settings.  

* This is called the Main File Editor, because it controls all the starting conditions for your game.

* At the top is the title of your game.  You can change this at any time.

* Click on 'Startup Info'.  Notice the initial board file is set to start.brd.  This is where your player will start when the game begins.  

* Also, the initial character file is set to start.tem, which is the filename of the startup character that was created for you.

* Click on 'RPGCode'.  You will see that a startup program has been created for you, called start.prg.  We will get into programs a little more later on, but for now it's worth mentioning that start.prg defines how your title screen will look.

* Once you start designing your game, you will probably want to change these settings to something else, but for now you should leave them alone.  

* Close the Main File Editor window.
