Brisea Posted January 8, 2011 Share Posted January 8, 2011 (edited) I've changed the sorting script of a house mod to sort out all Misc. Items. Its working perfectly but due to the long list of items I would like to take out the in-game message. I've compared the script to others that don't give the in-game message but any change I make and the script wont save (I assume there is an error) I'm very new to modding so if this has been covered I apologize. Any help would be appreciated. Edit: Spelling :) Edited January 8, 2011 by Brisea Link to comment Share on other sites More sharing options...
rickerhk Posted January 9, 2011 Share Posted January 9, 2011 To hide messages when items are removed from the player, put a '1' at the end of the RemoveItem command. http://geck.bethsoft.com/index.php/RemoveItem Example: player.RemoveItem SuperStimpak 10 1 If you are using the RemoveAllTypedItems, then you put a '1' in a different spot to hide the messages: player.RemoveAllTypedItems vGOMPlayerEquipmentContainer 1 1 40 NVImprovedHoldoutWeapons Link to comment Share on other sites More sharing options...
Brisea Posted January 9, 2011 Author Share Posted January 9, 2011 Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts