Brisea Posted January 8, 2011 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
rickerhk Posted January 9, 2011 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
Recommended Posts