
If you look you will find that I added a "Size" slider and a "Network Object" option. I was thinking of these commands:
- Code: Select all
StartNetwork(SERVER); //Connects to an active server
EndNetwork(SERVER); //Quits an active server
CreateNetwork(SERVER); //Creates a server
OBJECT.text = Server[SERVER_NO]; //A string giving you the name of a server
OBJECT.textNumber = NoOfPlayers(SERVER); //Tells you the number of people on that server
OBJECT.textNumber = NoOfServers; //Tells you the number of servers active