Badstormer 
			Junior Member0  
	
		
			
Expected Identifier error 
 
				I have searched for hours on this forum and fixed every error I could find in this script, yet a persistent 'expected identifier' error continues to crash the game every time the third map in the story is loaded. This began happening after I implemented a 'venom' mechanic which takes effect after getting bit by a spider - it is a bit crude, but it will work for now.
568 line wall of text here
Spoiler below!  
 
 
Any ideas?
			
				
(This post was last modified: 06-02-2015, 08:19 PM by Badstormer .) 
 
				
			 
		 
 
 
	06-02-2015, 08:11 PM  
		
	 
 
	
		A.M Team 
			Banned 
	
		
			
RE: Expected Identifier error 
 
				Tip: Use the ['spoiler][/spoiler'] tags to condense long .hps files...
			
			
			
			
		 
 
 
	06-02-2015, 08:17 PM  
		
	 
 
	
		Badstormer 
			Junior Member0  
	
		
			
RE: Expected Identifier error 
 
				Thanks, had no idea how to do that.
			
			
			
			
		 
 
 
	06-02-2015, 08:20 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Expected Identifier error 
 
				What is the error?
			
			
Trying is the first step to success.
			
		 
 
 
	06-02-2015, 10:22 PM  
		
	 
 
	
		Badstormer 
			Junior Member0  
	
		
			
RE: Expected Identifier error 
 
				Lines 506, 527 and 549 are where the errors are, sorry for not including that. And not specifying true or false would explain the errors, I will fix that and test this again...
			
			
			
				
(This post was last modified: 06-02-2015, 10:51 PM by Badstormer .) 
 
				
			 
		 
 
 
	06-02-2015, 10:33 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Expected Identifier error 
 
				Great, so how do those lines look right now?
			
			
			
Trying is the first step to success.
			
		 
 
 
	06-02-2015, 11:44 PM  
		
	 
 
	
		Badstormer 
			Junior Member0  
	
		
			
RE: Expected Identifier error 
 
				Here are the lines and their functions.
Spoiler below!  
 
 
I modified the code a bit to experiment with any potential solutions, and unsurprisingly, the error persisted. If the code seems different, that is why.
			
				
(This post was last modified: 06-02-2015, 11:57 PM by Badstormer .) 
 
				
			 
		 
 
 
	06-02-2015, 11:54 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Expected Identifier error 
 
				Got it!
			
			
Trying is the first step to success.
			
		 
 
 
	06-03-2015, 01:54 AM  
		
	 
 
	
		Badstormer 
			Junior Member0  
	
		
			
RE: Expected Identifier error 
 
				Sure enough, it works. Thanks for the assistance, my own frustration levels went through the roof and then some from this error.
			
			
			
			
		 
 
 
	06-03-2015, 04:23 AM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Expected Identifier error 
 
				What gave it away was, that in my editor the function name lit up in a color it was not supposed to.
			
			
Trying is the first step to success.
			
		 
 
 
	06-03-2015, 06:06 PM