Quote: 
	
	
		
			
				
					Originally Posted by  Gus
					 
				 
				The only thing I don't like is that when you commit a mistake in the code, you aren't notified of which line and which position your mistake is, nor you are notified of what the expression should be. 
			
		 | 
	 
	 
 Like this?
 
	Quote: 
	
	
		| 
			
				 
					Originally Posted by AngelScript Readme
					
				 
				Any error in or outside of any function will prevent any and all AngelScript from running in the level. To get information about such errors, you will need to add a line AngelscriptDebug=True to the [General] group of plus.ini. (AngelscriptDebug defaults to false.) 
			
		 | 
	 
	 
 The errors prints out in the chatlogger window.
		  
		
		
		
		
		
		
			
		
		
		
		
	 |