| Damascus   Senior Member
 
 Posts: 646
 Threads: 118
 Joined: Mar 2012
 Reputation: 
29
 | 
			| Setting down inventory item 
 
				How can I set down an Object in a specific place on the floor without an entity to use it on? I've tried using an invisible block box or an entity hidden just under the floor but neither of them will react to using the item on them.
 
 |  | 
	| 03-30-2012, 04:27 AM |  | 
	
		| flamez3   Posting Freak
 
 Posts: 1,281
 Threads: 48
 Joined: Apr 2011
 Reputation: 
57
 | 
			| RE: Setting down inventory item 
 
				Put a script area around it. Script areas are entities.
			 
 
				
(This post was last modified: 03-30-2012, 06:33 AM by flamez3.)
 |  | 
	| 03-30-2012, 06:33 AM |  | 
	
		| Xanthos   Senior Member
 
 Posts: 318
 Threads: 9
 Joined: Mar 2012
 Reputation: 
8
 | 
			| RE: Setting down inventory item 
 
				I'm pretty sure you can use the Area And change it to "examine".{
 
 
 AddUseItemCallback("", "ObjectName", "Examine_area_1", "ItemUse", true);
 }
 void ItemUse(string &in asItem, string &in asEntity)
 {
 
 }
 
 |  | 
	| 03-30-2012, 10:03 PM |  |