The following tutorials are only meant to cover the basics of developing for the RPG. Each of the tutorials build upon the work from the previous exercises and are therefor best done in order.
 
The following tutorials are only meant to cover the basics of developing for the RPG. Each of the tutorials build upon the work from the previous exercises and are therefor best done in order.
   −
=Part 1=
+
=Part 1 - initial skeleton=
    
This part covers making the initial skeleton of our game.
 
This part covers making the initial skeleton of our game.
 
If windows is your operating system of choice, do yourself a huge favour and at the very least configure windows to display file extensions such as .cfg. This will save you a fair bit of pain
 
If windows is your operating system of choice, do yourself a huge favour and at the very least configure windows to display file extensions such as .cfg. This will save you a fair bit of pain
   −
=Part 2=
+
=Part 2 - the first NPC=
    
This section of the tutorial involves spawning a neutral NPC and assigning him some dialogue
 
This section of the tutorial involves spawning a neutral NPC and assigning him some dialogue
 
   include scripts/1 //includes the default NPC script
 
   include scripts/1 //includes the default NPC script
 
    
 
    
Exception encountered, of type "Error"