Jump to content

No Message Sorter Script


Dwight Darkmoon

Recommended Posts

Hello,

 

I use a sorter script in my mod and i want to know if it is possible to get rid of the messages. Its a bit annoying http://www.thenexusforums.com/public/style_emoticons/dark/wallbash.gifwhen you have lots of items on you.

 

This is my script.

 

SHORT TEMPCOUNT


If (Player.GetItemCount WonderGlue  >=1)
Set tempCount  to Player.GetItemCount WonderGlue
Player.RemoveItem WonderGlue tempCount
LHCrPaLoCaRef.additem WonderGlue tempCount
EndIf

 

Link to comment
Share on other sites

I tried adding 0 at the end like 6 weeks ago and it doesn't work and i forgot about it. The script was working anyway. I am about to start a second game and this time around i thought of getting rid of it. The link to geck page you gave me said to add 1 at the end. Makes sense if zero doesn't work.

 

player.additem SuperStimpak 10 1

Adds 10 super stimpacks to the player's inventory and no message is displayed

 

 

I am not sure where to add the 1 though.

 

 

Player.RemoveItem WonderGlue tempCount 1

 

or

 

Player.RemoveItem WonderGlue 1 tempCount

Anyway it shouldn't be hard to find :)

 

Thanks for the response.

 

<div><br></div><div>Oh snap! The editor ate my post :(</div>

Edited by Dwight Darkmoon
Link to comment
Share on other sites

  • Recently Browsing   0 members

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