Show and update notes using inbound note system?
Greetings!
I wanna show note with my own text like default notes:



Second question: after show note i need to update it content dynamicly and hide it mannualy.
Third: I need show both: permanently notes, like cupboard notes or debufs and temprorary, like gather or crafting something.
Fourth and last: I'm also need to style notes e.g. background and text color, icon.
How can i do that? Was googling for the hours - nothing found(

Found few exaples to show items was added in inventory and was trying this:
player.Command(string.Concat(new object[] { "note.inv ", itemId, " ", amount }), new object[0]);​
and that:
player.Command("note.inv", intemId, amount);​

to show at least something, but this doesn't works for me.
Directly executing console command "note.inv 865679437 5" on client also do nothing. I suppose that api was changed.

Thanks in advance. Sry for my english)

notes are only for items, everything is client sided AFAIK and you cannot display custom text there the "native" way.
5f5631c33fa20.png misticos
notes are only for items, everything is client sided AFAIK and you cannot display custom text there the "native" way.

Thanks for the quick reply, buddy) If this is true, then I'm upset.
You say the notes is for items only, what about cupboards as on mine screenshot or buffs/debuffs? Comfort, temperature, and so on?

They're client sided, client decides whether to show them or not.