Zylice Posted March 15, 2015 Posted March 15, 2015 I want to spawn cooked meat into a cooking pot on activation. I don't want to manually add the meat into its' inventory via 'Edit Base.' Is this possible?
Staff BigBizkit Posted March 15, 2015 Staff Posted March 15, 2015 Here's a useful resource: http://www.creationkit.com/List_of_Papyrus_Functions What you want is AddItem.
Zylice Posted March 15, 2015 Author Posted March 15, 2015 On 3/15/2015 at 12:46 AM, BigBizkit said: Here's a useful resource: http://www.creationkit.com/List_of_Papyrus_Functions What you want is AddItem.How do you add the item to a container?
Mattiewagg Posted March 15, 2015 Posted March 15, 2015 ;MAKE AN OBJECTREFERENCE PROPERTY FIRST and yourItem property ;in your event MyContainerProperty.AddItem(yourItem)
Recommended Posts