Lizard 
			Member5  
	
		
			
error in "for" ? 
 
				Hi guys 
			
			
CURRENT PROJECT:
			
				
(This post was last modified: 10-06-2012, 04:04 PM by Lizard .) 
 
				
			 
		 
 
 
	10-06-2012, 03:24 PM  
		
	 
 
	
		Kreekakon 
			Pick a god and pray!124  
	
		
			
RE: error in "for" ? 
 
				Try putting brackets around what goes in the if, like soSetEntityActive("Slime_"+i, true);  is the only script that really has any business being in the for.
			
			
			
				
(This post was last modified: 10-06-2012, 03:41 PM by Kreekakon .) 
 
				
			 
		 
 
 
	10-06-2012, 03:39 PM  
		
	 
 
	
		Ongka 
			Member20  
	
		
			
RE: error in "for" ? 
 
				the If(HasItem("glass_container_mix_done")) has to be if(HasItem("glass_container_mix_done")) with a lowercase i 
			
			
 
 
 
	10-06-2012, 03:44 PM  
		
	 
 
	
		The chaser 
			Posting Freak113  
	
		
			
RE: error in "for" ? 
 
				////////////////////
//When entering map
void OnEnter()
{
Spoiler below!  
 
 
There was an unecessary "=".
			
                              THE OTHERWORLD (WIP)
Aculy iz dolan.
 
 
 
	10-06-2012, 03:44 PM  
		
	 
 
	
		Ongka 
			Member20  
	
		
			
RE: error in "for" ? 
 
				 (10-06-2012, 03:44 PM) The chaser Wrote:  Nah not really, 
<= x  is the same as ≤
x  which means smaller than or equal as x . 
			
			
				
(This post was last modified: 10-06-2012, 03:49 PM by Ongka .) 
 
				
			 
		 
 
 
	10-06-2012, 03:49 PM  
		
	 
 
	
		Lizard 
			Member5  
	
		
			
RE: error in "for" ? 
 
				THanks guysAddUseItemCallback("glass_container_mix_done", "web_1", "SlimeQuestEnd", true); 
			
			
CURRENT PROJECT:
			
				
(This post was last modified: 10-06-2012, 03:59 PM by Lizard .) 
 
				
			 
		 
 
 
	10-06-2012, 03:49 PM  
		
	 
 
	
		The chaser 
			Posting Freak113  
	
		
			
RE: error in "for" ? 
 
				 (10-06-2012, 03:49 PM) ZereboO Wrote:  AddUseItemCallback("glass_container_mix_done", "web_1", "SlimeQuestEnd", true); It should be:
Spoiler below!  
AddUseItemCallback("glass_container_mix_done", "web_1", "SlimeQuestEnd", true); 
 
 
			 
			
			
                              THE OTHERWORLD (WIP)
Aculy iz dolan.
 
 
 
	10-06-2012, 04:02 PM  
		
	 
 
	
		Lizard 
			Member5  
	
		
			
RE: error in "for" ? 
 
				Its working now
			
			
CURRENT PROJECT:
			
		 
 
 
	10-06-2012, 04:04 PM