UltimateClay Posted August 20, 2014 Share Posted August 20, 2014 I'm making my first quest with the GECK and I want to move the player's inventory to a container. I tried googling how to do it but nothing worked. Help?! :sad: Link to comment Share on other sites More sharing options...
Jokerine Posted August 20, 2014 Share Posted August 20, 2014 http://geck.bethsoft.com/index.php?title=RemoveAllItems Link to comment Share on other sites More sharing options...
UltimateClay Posted August 20, 2014 Author Share Posted August 20, 2014 I tried that and it didn't work. Should I be using the container's ID? Link to comment Share on other sites More sharing options...
Jokerine Posted August 20, 2014 Share Posted August 20, 2014 (edited) Use a script like this. Replace CONTAINERREF with the reference ID (not the base ID!) of your new container. player.removeallitems CONTAINERREF 1 1 Edited August 20, 2014 by Jokerine Link to comment Share on other sites More sharing options...
UltimateClay Posted August 20, 2014 Author Share Posted August 20, 2014 Use a script like this. Replace CONTAINERREF with the reference ID (not the base ID!) of your new container. player.removeallitems CONTAINERREF 1 1 That did it. Thanks! :laugh: Link to comment Share on other sites More sharing options...
Recommended Posts