by packstlaurent on Tue Jul 25, 2006 6:50 am
I've coded this plugin because i use girder to command Xlobby. So i was having to many command SendMessage, which use big number. Not really user frendly.
When you want to add a command, you have to create an event in Xlobby. Then you have to remember the last number used, because if you don't, you will have two commands with the same number : big bug !!
And to finish, you have to take the same number in girder : not easy!
Whith Xreceive, you do not have to create an Xlobby event. You add a girder command with executable and a parameter. So you can see with letters your command. You know what the command do. The "girder code" is easily to read and to maintain, I think.
And more over you can send variable to Xlobby. But i'm not sure sendMessage can't. Can it ?
Pack