Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting down inventory item
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#1
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
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
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
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#3
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
Find




Users browsing this thread: 1 Guest(s)