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
 
   r_script_signal talk [
 
   r_script_signal talk [
 
     if $cond [
 
     if $cond [
       r_chat self 0
+
       r_chat self main
 
     ]
 
     ]
       r_chat self 2
+
       r_chat self quest
 
     ]
 
     ]
 
   ]
 
   ]
    
<code>
 
<code>
Exception encountered, of type "Error"