naseem142 
			Member0  
	
		
			
RE: My problems 
 
				When i deleted the last line i got another similar error
I'll try to undo the script and see the problem like you told me.
			
 
 
 
	10-19-2012, 03:51 PM  
		
	 
 
	
		Robby 
			Posting Freak47  
	
		
			
RE: My problems 
 
				Line 257?
			
			
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
			
		 
 
 
	10-19-2012, 03:54 PM  
		
	 
 
	
		naseem142 
			Member0  
	
		
			
RE: My problems 
 
				
Spoiler below!  
void OnStart()
 
 
I think it happened when i added the use of the knife on the pig that gives you the key. :S
			
 
			
			
			
		 
 
 
	10-19-2012, 03:56 PM  
		
	 
 
	
		Robby 
			Posting Freak47  
	
		
			
RE: My problems 
 
				Again, no line 257. Place the 2nd bracket there below the other one. If that doesn't work, remove the newest function that you added (while the map was still working).
			
			
			
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
			
		 
 
 
	10-19-2012, 03:58 PM  
		
	 
 
	
		naseem142 
			Member0  
	
		
			
RE: My problems 
 
				I'm lost , i have no idea which was my newest function , i was working on my first map when i was done with the second one.
			
			
			
		 
 
 
	10-19-2012, 04:21 PM  
		
	 
 
	
		Robby 
			Posting Freak47  
	
		
			
RE: My problems 
 
				 (10-19-2012, 04:21 PM) naseem142 Wrote:  Recheck the script letter by letter, start to end.
If not work, redo the script from scratch. It may be the best option.
			
 
			
			
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
			
		 
 
 
	10-19-2012, 04:23 PM  
		
	 
 
	
		naseem142 
			Member0  
	
		
			
RE: My problems 
 
				By the way , what do you mean something could be missing?
			
			
			
			
		 
 
 
	10-19-2012, 04:26 PM  
		
	 
 
	
		Robby 
			Posting Freak47  
	
		
			
RE: My problems 
 
				 (10-19-2012, 04:26 PM) naseem142 Wrote:  Let's say this script. I used  an ex.
AddTimer("", 4.0f, "TimerEvent");
By missing, it could be:
AddTimer("" 4.0f, "TimerEvent");
or
AddTimer("", 4.0f "TimerEvent");
or
AddTimer("", 4.0f, "TimerEvent")
See the difference?
That's how things "miss".
			
 
			
			
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
			
				
(This post was last modified: 10-19-2012, 04:29 PM by Robby .) 
 
				
			 
		 
 
 
	10-19-2012, 04:29 PM  
		
	 
 
	
		The chaser 
			Posting Freak113  
	
		
			
RE: My problems 
 
				When it says "Unexpected end of file" is because there is a missing bracket. Is the worse error you can get, because you have to inspect every single letter of the script.
			
			
                              THE OTHERWORLD (WIP)
Aculy iz dolan.
 
 
 
	10-19-2012, 04:30 PM  
		
	 
 
	
		naseem142 
			Member0  
	
		
			
RE: My problems 
 
				I have to check every letter ... oh god
			
			
			
			
		 
 
 
	10-19-2012, 04:35 PM