BlackBirdLT Posted August 8, 2012 Share Posted August 8, 2012 Is there any mod that removes or reduces the amount of notifications "X added" when you are unequipped and reequipped. It is annoying to see for 30-40 times, maybe it would be able to hide them after 5th or 10th time? Link to comment Share on other sites More sharing options...
luthienanarion Posted August 8, 2012 Share Posted August 8, 2012 (edited) That message can be suppressed by passing an extra variable to the AddItem and RemoveItem functions in scripts. AddItem SomeItemOrAnother 1 1 RemoveItem SomeItemOrAnother 1 1 The first variable is the item, the second is the amount, and the third is a boolean value that determines if the message should be suppressed. If it is left out or 0 the message will be shown. Edited August 8, 2012 by luthienanarion Link to comment Share on other sites More sharing options...
Recommended Posts