— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
このページはまだ完全には、翻訳されません。翻訳の完了を支援して下さい。
(翻訳が完了したらこの段落を削除して下さい)
Adds one or more of the specified item to an item container. The ID of the item is case-sensitive and should match the ID assigned to it in the Item Editor (e.g. “ITEM_0001”). The item(s) will be placed into the first open slot(s) of the container.
add_item_to_container(entity, item_id, count)
add_item_to_container(self, "ITEM_0001", 1)
Results: One of ITEM_0001 is placed into the container entity from which the script was triggered.
Use the Add Item Container function to place a new item into a chest or onto a table after the player has performed an action to build, generate, or “craft” the item.