Freeoath 
			Junior Member0  
	
		
			
Breaking a wall 
 
				Hello People!
I want the effect of a wall breaking when you use force on it (Like in Charpter 3 "The Cell" in the Original game)
I've looked at the script for it and to be honest I am not super good at scripting and francly I've done a few triest and I've never gotten it to work. I would like to have some help here. I have the script from the original game here. Is there any way to shorten it to make it less. All I want is the:
Wall breaking.
The hammer and a Nail to break it with.
The Breaking Effect.
The swap from the normal wall to the broken wall (AKA cell_breakable_wall_1  -> cell_breakable_wall_broken_1)
If anyone feels like helping me it would be the best. I know it's abit of work, but I really need it 
The original script is:
Spoiler below!  
 
 
			
				
(This post was last modified: 08-29-2011, 09:07 PM by Freeoath .) 
 
				
			 
		 
 
 
	08-29-2011, 09:06 PM  
		
	 
 
	
		Rapture 
			Posting Freak30  
	
		
			
RE: Breaking a wall 
 
				Well I'll help you. But I want you to try it out for yourself. If you have done any scripting. Try doing this.
Get a item callback to be used on the wall.
Ex: A hammer and just the wall.
When its used, simply set the "cell_breakable_wall_1" to inactive and the broken one to active. Also put a particle effect when it breaks. If you can do that much, you can probally figure out the rest. 
But if you can't, tell us whats wrong. And please atleast attempt to script!
			
 
 
 
	08-29-2011, 11:01 PM  
		
	 
 
	
		JetlinerX 
			Senior Member19  
	
		
			
RE: Breaking a wall 
 
				Yeah, its all about adding some particals to make it look reasonable.  but Rapture has the idea spot on.
			
			
			
 
 
 
	08-30-2011, 02:46 AM  
		
	 
 
	
		Freeoath 
			Junior Member0  
	
		
			
RE: Breaking a wall 
 
				Yeah I have a script (Not on this comp) I will post it later 
 You oughta find something wrong in it ^^
			
 
 
 
	08-30-2011, 08:25 PM  
		
	 
 
	
		Freeoath 
			Junior Member0  
	
		
			
RE: Breaking a wall 
 
				I am on the right computer now. I'll send the Wall part only. See if you see any errors.
Spoiler below!  
 
 
			
				
(This post was last modified: 08-31-2011, 12:57 AM by Freeoath .) 
 
				
			 
		 
 
 
	08-31-2011, 12:56 AM