But now is it possible to send multiple commands in one argument
Okay, I figured this one out. Wasn't as difficult as I had thought. Just use the command:xlobby:run event, then fill out your variables...done. Works great.
Now I have a new request. Would it be possible to break/define the xReceive message? Like to display only a response from a specific command. Currently XReceive just receives all the the XSend commands and will display the most current one. Is it possible to only look at one.
As an example, I have a music server that is spitting out source information every 30 seconds, to which I'm receiving this information on another computer running Mirage. Only problem is that Mirage is using XSend commands as well, and the text window I would like to define for source information is getting all the XSend commands (or in other words erroneous info), and I have to sometimes wait for the source information to be sent again. It would be nice to be able to set up the text window to only look at sent information from a specific IP address.
Would this be possible?