Jump to content

Script Help


Brisea

Recommended Posts

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 by Brisea
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...