I've sometimes wanted to be able to add a short note to an object (for instance, to remind myself which amulet I was wearing before I swapped in the water-breathing one to do Nur). In T2 I could have used object inscriptions for this; for T4, I've put together a quickie
Item Notes addon. To add a note to an item in your inventory or equipment, just select "Add note" from the use-item dialog. The note will show up at the top of the object's description tooltip (or near the top if any of your other addons do any fiddling in the same area). If the object already has a note, you'll get "Edit note" and "Remove note" options instead, which should be self-explanatory.
As always, I'm putting this out for testing and feedback before possible merging into ZOmnibus.
[edit 2013-10-31 10:37pm]
Technical info:
Code: Select all
Hooks:
UseItemMenu:generate [to add our 'Add/Edit/Remove note' action(s)]
UseItemMenu:use [to implement our 'Add/Edit/Remove note' action(s)]
Superload:
mod.class.Object:
getDesc() [to add the item note to the description]
mod.class.Store:
onSell() [to remove notes from items you sell]