Loquendostrogg 
			Junior Member0  
	
		
			
Amensia Script Error Expected '(' or ',' 
 
				Hey guys at frictional games Forums. After seeing the millions of possibilities of the amensia's level editor and playing lots of custom stories; I decided to make my own Custom. I got excelent with the level editor, I got perfect with the .lang file. What causes me trouble is the scripting, it's not really hard, but, when I try to put the callback scripts, it gives me this error: Expected ')' or ','. So if you could help me I will be very grateful.
			
			
			
		 
 
 
	04-13-2012, 08:12 PM  
		
	 
 
	
		Unearthlybrutal 
			Posting Freak26  
	
		
			
RE: Amensia Script Error Expected '(' or ',' 
 
				
Spoiler below!  
void TimerDoneLookAt(string &in asTimer)SetPlayerSanity(true "100"); 
 
 
 Replace the red part with: SetPlayerSanity(100); 
			
 
			
			
 
 
 
	04-13-2012, 08:20 PM  
		
	 
 
	
		Loquendostrogg 
			Junior Member0  
	
		
			
RE: Amensia Script Error Expected '(' or ',' 
 
				
			
			
			
		 
 
 
	04-13-2012, 09:38 PM  
		
	 
 
	
		Cranky Old Man 
			Posting Freak38  
	
		
			
RE: Amensia Script Error Expected '(' or ',' 
 
				 (04-13-2012, 09:38 PM) Loquendostrogg Wrote:  Yes, obviously. Check the line yourself and you'll spot the missing comma.
			
 
			
			
 
 
 
	04-13-2012, 09:42 PM  
		
	 
 
	
		Loquendostrogg 
			Junior Member0  
	
		
			
RE: Amensia Script Error Expected '(' or ',' 
 
				 (04-13-2012, 09:42 PM) Cranky Old Man Wrote:   
			
			
			
		 
 
 
	04-13-2012, 10:46 PM