String Table does not load until open and saved

I had solved my own issue in an alternate way. Basically I needed to be able to dynamically call a new entry from the stringtable at runtime but that’s impossible with MakeLiteralText. So now I’m using a 1 column data-table and pulling the text from the rows that way.