well, the way you could call a function on the server side from the client side for example is when you push a button it sends a string.. say the string sent is "doFunction1", you could program the servers OnReceive() function with a switch ir a series of If statements, that checks the...