Okay, so im using a servercmd that refreshes the strings $line[enter number of lines here] and $linecount
it returns the linecount. If i make it a client cmd, and make it return the lines, could i in the client files this?:
function GUI::onWake(%this)
{
%this.clear();
for(%i=1;%i<=$LineCount;%i++)
{
%line = commandtoclient(%client, 'lines'); //lines is the clientcmd im using
//other code
and also, i dont think that the RTB variables would work, and the way im using, requires external add-on to add certain elements to another gui.