Hello, is it possible to add a command in the plugin SDK allowing to change the selected item of a specific category and reflect the change in the screen if the category is shown.
Something like :
SetSelected(Category, Information, value) --> select in "category" the first item where the "Information" tag is "value"
Also, a GetSelected would be appreciated (but there we have to define an item object to be exported)
Thanks