I used it pretty often, actually, but really for Prints and stuff like that it was best.
Also, in a minor fit of downs I totally neglected to post here instead of messaging Ephi via MSN.
Could have even been a major fit of downs. My bad.Anyway: Suggestions regarding the RTB GUI Transfer system.
- A clientCmd for performing functions on certain GUI controls, such as resizing, adding lines to lists, setting buttons active status or text, or toggling visibility. ie;
clientCmdRTBCT_Do(%control,%function,%arg1,%arg2,%arg3,%arg4,%arg5)
clientCmdRTBCT_Do("TextList","addRow",1,"Option One","");
- Some other controls are needed: GuiTextListCtrl, GuiPopupMenuCtrl, and possibly GuiMenuBar would be useful on occasion.
It would also be nice to perhaps be able to register a clientside mod to be shown on the info GUI, and possibly mark these mods (move them to the top of the list & display a warning when joining without said mod). Of course we can do the latter ourselves, but it makes sense to do so.