tonitoni1998 
 
 
		
			Member 
			
			
			
 
			
	Posts: 163 
	Threads: 54 
	Joined: Oct 2012
	
 Reputation: 
1
		
	 | 
	
		
			
interact with an entity you usually can interact with. 
			 
			
				i want the player to be able to interact with a shirt and getting a key. but i cant interact with a shirt. how can i do that?
			 
			
			
 
When you are looking for someone, to do the scripting for your Custom Story, ask me! 
			
		 |  
	 
 | 
	| 02-15-2013, 10:51 PM  | 
	
		
	 | 
	
		
		FlawlessHappiness 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 3,980 
	Threads: 145 
	Joined: Mar 2012
	
 Reputation: 
171
		
	 | 
	
		
			
RE: interact with an entity you usually can interact with. 
			 
			
				That's because the shirt is set to be a static object. 
There are 2 things you could do. 
 
1. Edit the model in the model editor into and entity instead of staticprop. 
Settings>Userdefined variableds> Type: Object - Subtype: Static 
 
 
2. Create a scriptarea around the shirt, and create an Interaction function with it.
			 
			
			
 
Trying is the first step to success. 
			
		 |  
	 
 | 
	| 02-15-2013, 11:29 PM  | 
	
		
	 | 
	
		
		tonitoni1998 
 
 
		
			Member 
			
			
			
 
			
	Posts: 163 
	Threads: 54 
	Joined: Oct 2012
	
 Reputation: 
1
		
	 | 
	
		
			
RE: interact with an entity you usually can interact with. 
			 
			
				wow nice. i already tried to just change the mesh of an item and put it there but it was glowing and disappeared when i interacted with it. this is way better. thanks a lot
			 
			
			
 
When you are looking for someone, to do the scripting for your Custom Story, ask me! 
			
		 |  
	 
 | 
	| 02-15-2013, 11:36 PM  | 
	
		
	 |