Jump to content

Call to put items into containers?


Gorvin
 Share

Recommended Posts

Reading through the docs it says that the call put_item_on_spot(x,y,item) should mark the item it places as "contained" if there is a container on the spot. However, when I try to use this, whether the container is a barrel, crate, or terrain, it doesn't set the contained flag and you can see the item just sitting on top of it.

 

Is there no way to place an item into a container through a script?

Link to comment
Share on other sites

My error. I forgot to change the description of that call. You can't containerize an item with a script.

 

You can place an item in a blocked terrain type, set it as contained, and then place a container on that spot to let the party get it.

 

- Jeff

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...