Dwight Darkmoon Posted January 17, 2011 Share Posted January 17, 2011 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 More sharing options...
davidlallen Posted January 18, 2011 Share Posted January 18, 2011 As shown in the geck reference page, the command has an optional flag to suppress this message. So add a "0" to the end of your command and your problem should be solved. Link to comment Share on other sites More sharing options...
Dwight Darkmoon Posted January 18, 2011 Author Share Posted January 18, 2011 (edited) 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 1Adds 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 tempCountAnyway it shouldn't be hard to find :) Thanks for the response. <div><br></div><div>Oh snap! The editor ate my post :(</div> Edited January 18, 2011 by Dwight Darkmoon Link to comment Share on other sites More sharing options...
Recommended Posts