Pananacakes Posted July 12, 2016 Share Posted July 12, 2016 How could I access the text of the game's subtitles using SetString and GetString? Something like UI.GetString("HUD Menu", "_root.HUDMovieBaseInstance. ... ? What's the path to it from _root? Link to comment Share on other sites More sharing options...
Pananacakes Posted July 12, 2016 Author Share Posted July 12, 2016 I found out. In case anyone wants to know, to set subtitle text: UI.InvokeString("HUD Menu", "_root.HUDMovieBaseInstance.ShowSubtitle", "your text") Link to comment Share on other sites More sharing options...
Recommended Posts