I am wanting to create a GUI which should be transfered using RTB during client mission load.
So, currently I just have this:
RTB_registerGUI("path/to/gui/here.gui");
But, if I want to update a field in the GUI, lets say for example I have a GuiTextCtrl called ThisWeirdField, and I want to change it's value to "Free cookies" from the server, how would I do that?