| XxItachi09xX   Junior Member
 
 Posts: 16
 Threads: 7
 Joined: Feb 2011
 Reputation: 
0
 | 
			| How to make an item that is untakeable? 
 
				When i place my item into the altar. How do i make it un-takeable?
			 |  | 
	| 03-22-2011, 10:15 AM |  | 
	
		| Pandemoneus   Senior Member
 
 Posts: 328
 Threads: 2
 Joined: Sep 2010
 Reputation: 
0
 | 
			| RE: How to make an item that is untakeable? 
 
				What item is it?
			 
 |  | 
	| 03-22-2011, 11:22 AM |  | 
	
		| XxItachi09xX   Junior Member
 
 Posts: 16
 Threads: 7
 Joined: Feb 2011
 Reputation: 
0
 | 
			| RE: How to make an item that is untakeable? 
 
				Ignore the item. I can give you an example. When i picked up a drill than i placed it on a human's head. How to make the drill which is on the human's is un-takeable ?
			 |  | 
	| 03-22-2011, 01:25 PM |  | 
	
		| Pandemoneus   Senior Member
 
 Posts: 328
 Threads: 2
 Joined: Sep 2010
 Reputation: 
0
 | 
			| RE: How to make an item that is untakeable? 
 
				Try SetEntityInteractionDisabled(string& asName, bool abDisabled);
 |  | 
	| 03-22-2011, 01:36 PM |  | 
	
		| XxItachi09xX   Junior Member
 
 Posts: 16
 Threads: 7
 Joined: Feb 2011
 Reputation: 
0
 | 
			| RE: How to make an item that is untakeable? 
 
				It's still takeable.
			 |  | 
	| 03-22-2011, 01:42 PM |  | 
	
		| jens   Frictional Games
 
 Posts: 4,093
 Threads: 199
 Joined: Apr 2006
 Reputation: 
202
 | 
			| RE: How to make an item that is untakeable? 
 
				Make a new entity by copying the original entity, but change the type to be Object with subtype static instead. This you do with the model editor.
			 |  | 
	| 03-22-2011, 01:44 PM |  |