Help With XML Function (DisplaySliderText)

Hi All,

UIText_OnUpdate_DisplaySliderText : - I wish to use this XML function to display some text in the “options” GUI. It accepts tlk refs as a parameter, but is there any way to pass normal strings/text?

I have been able to pass custom tlk entries, but these only show up after the game has loaded with its custom tlk file. I want to be able to have different text before this, which means either …

A) Finding a way to load a custom tlk before a module is loaded. (Not possible I think.)
B) Having this function (or another?) display text string rather than a tlk ref.

I am trying not to have to rewrite the XML (if it is even possible to do so).

Any guidance or ideas appreciated. :slight_smile:
Thanks in advance, Lance.