dfac364 Posted July 13, 2012 Posted July 13, 2012 hey everyone, im working on a mod and im trying to script an event that will strip all items from the player and place them in a container, unfortunatley im terrible at scripting so if anyone could help i would greatly appreciate it
Korodic Posted July 14, 2012 Posted July 14, 2012 Game.GetPlayer().RemoveAllItems(myContainerRef) http://www.creationkit.com/RemoveAllItems_-_ObjectReference
Recommended Posts