i3670 
			Posting Freak36  
	
		
			
Script won't work 
 
				Workin' on a script atm. Half of the lever script works except for the "SetMoveObjectState("PORTNAME", 0);"s. But the real problem is the graveyard script and spike tunnel script neither of which will work i.e. nothing happens.
Spoiler below!  
 
 
EDIT: All areas and entities have the correct names.
			
				
(This post was last modified: 07-29-2012, 02:37 PM by i3670 .) 
 
				
			 
		 
 
 
	07-29-2012, 02:05 PM  
		
	 
 
	
		Adny 
			Posting Freak173  
	
		
			
RE: Script won't work 
 
				I'm not sure if its of any significance, but when you use the "for" loop, the last part is supposed to be "++i", not i++. 
			
			
I rate it 3 memes.
			
		 
 
 
	07-29-2012, 02:32 PM  
		
	 
 
	
		i3670 
			Posting Freak36  
	
		
			
RE: Script won't work 
 
				changed the i++ and put in the SetLocalVarInt. Still no change.
			
			
			
 
 
 
	07-29-2012, 02:42 PM  
		
	 
 
	
		Adny 
			Posting Freak173  
	
		
			
RE: Script won't work 
 
				Try using debug messages as much as often to see if the problem is with the callback or the function; the more you can isolate the problem, the better off you'll be for troubleshooting.
			
			
			
I rate it 3 memes.
			
		 
 
 
	07-29-2012, 02:45 PM  
		
	 
 
	
		i3670 
			Posting Freak36  
	
		
			
RE: Script won't work 
 
				I don't see why there would be any problem with the script since I've re-used parts of scripts from other maps I've tinkered on and those maps work just fine.
			
			
			
 
 
 
	07-29-2012, 06:07 PM