Steve 
			Member7  
	
		
			
Script help needed 
 
				Okay I've come here today with another question.
I have this script wich works like this:
when I put four different object in the righ "place" and I pull lever_1 it should complete the puzzle.
but when I should have completedf the puzzle it doesn't work and it still says incorrect combination.
this is the script:
Spoiler below!  
 
 
			CURRENTLY WORKING ON: 
Final Light  = 40%
Need of voice actors.
 
 
 
	09-11-2012, 03:35 PM  
		
	 
 
	
		Tomato Cat 
			Senior Member20  
	
		
			
RE: Script help needed 
 
				Okay!
I think I figured it out.
void OnStart()
Then again, I'm not too confident, but try something like this and see if it works.
			
RAISE YOUR DONGERS ヽ༼ຈل͜ຈ༽ノ
			
				
(This post was last modified: 09-11-2012, 06:43 PM by Tomato Cat .) 
 
				
			 
		 
 
 
	09-11-2012, 06:02 PM  
		
	 
 
	
		Steve 
			Member7  
	
		
			
RE: Script help needed 
 
				Well thank you mr credits but Beecake already found the error(not on this topic) +rep anyway
It works now but I still have one prbolem when you put in all the objects', get on out pull the lever no texts appears and nothing happens, but when I put the object back in it works.
this is my code now:
Spoiler below!  
 
 
			CURRENTLY WORKING ON: 
Final Light  = 40%
Need of voice actors.
 
 
 
	09-11-2012, 06:46 PM  
		
	 
 
	
		Tomato Cat 
			Senior Member20  
	
		
			
RE: Script help needed 
 
				You haven't declared the "4_items" local variable. Fix that and then see if it works. 
RAISE YOUR DONGERS ヽ༼ຈل͜ຈ༽ノ
			
		 
 
 
	09-11-2012, 10:24 PM  
		
	 
 
	
		Steve 
			Member7  
	
		
			
RE: Script help needed 
 
				sorry but where haven't I declared it? :|
			
			
			
CURRENTLY WORKING ON: 
Final Light  = 40%
Need of voice actors.
 
 
 
	09-12-2012, 07:35 AM  
		
	 
 
	
		Your Computer 
			SCAN ME!235  
	
		
			
RE: Script help needed 
 
				I would recommend you use sticky areas for this.
			
			
			
 
 
 
	09-12-2012, 02:11 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Script help needed 
 
				That's actually a good idea!
			
			
			
Trying is the first step to success.
			
		 
 
 
	09-12-2012, 02:21 PM  
		
	 
 
	
		Steve 
			Member7  
	
		
			
RE: Script help needed 
 
				okay now I tried it with the stickyarea's like YC suggested but now it doesnt'work when it should be solved.
this is my script
Spoiler below!  
 
 
			CURRENTLY WORKING ON: 
Final Light  = 40%
Need of voice actors.
 
 
 
	09-16-2012, 09:18 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Script help needed 
 
				Oh... yea i see we need something that makes "All_4_Correct" drop to 0 again if the combination is wrong...
			
			
			
Trying is the first step to success.
			
		 
 
 
	09-16-2012, 09:29 PM  
		
	 
 
	
		Steve 
			Member7  
	
		
			
RE: Script help needed 
 
				If I'm correct You mean something like this:
although that doesn't fix it.
Spoiler below!  
 
 
 
			CURRENTLY WORKING ON: 
Final Light  = 40%
Need of voice actors.
 
 
 
	09-19-2012, 05:32 PM