I bassically paste my topic entry from beamdog's forum, maybe someone here will help:
We are trying to make character stats displayed in right side of modded inventory.
There is something like this inside ui.menu:
text
{
area 744 58 218 421
text lua "recordHelpString"
text style "normal_parchment"
scrollbar 'cgscrl1'
}
And (if it has to do with it) :
function resetRecordHelpString()
recordHelpString = characters[currentID].proficiencies.pstDetails
end
The thing is, when we paste: text lua "recordHelpString" - into inv section(menu), the stats show up, only with a trick: enter inv, then enter character screen, then go back to inv. Shows with trick, and not refreshing after change companion, e. g. stats for Nameless One stays on Morte etc.
How to make that this String to be proper displaying and refreshing in inventory?